Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

gbdev

gbdev community
Collective - Host: opensource - https://opencollective.com/gbdev - Website: https://gbdev.io/ - Code: https://github.com/gbdev

Fix linkerscript man page

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds - ceabbeaa2f22e5249a680a315cca7960b00e7524 authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Fix linkerscript man page

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds-deb - ceabbeaa2f22e5249a680a315cca7960b00e7524 authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Fix nit in rgbasm.5 man page

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds-deb - 3995852cc51ddc26e0c61d5477dcf85de809a548 authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Fix nit in rgbasm.5 man page

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds - 3995852cc51ddc26e0c61d5477dcf85de809a548 authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Fix local execution of run-tests.sh script

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds - 9793bcba6f412d3ea2df80709ed2fd0aad153a62 authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Fix local execution of run-tests.sh script

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds-deb - 9793bcba6f412d3ea2df80709ed2fd0aad153a62 authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Add test to verify hex codes of all instructions

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds-deb - 0727eb4374635401ffb12ac2175d841ae0a0f64c authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Add test to verify hex codes of all instructions

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds - 0727eb4374635401ffb12ac2175d841ae0a0f64c authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Add external projects to Travis CI jobs

Small tests like the ones included in this repository are good to test
individual features, but ...

github.com/gbdev/rgbds - f8f67fcbceea754bba2268be11da9b7aba7a285a authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Add external projects to Travis CI jobs

Small tests like the ones included in this repository are good to test
individual features, but ...

github.com/gbdev/rgbds-deb - f8f67fcbceea754bba2268be11da9b7aba7a285a authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Prefer snprintf to strncpy when outputting C strings

strncpy is designed to output to fixed‐width buffers, not C strings
(hence its weird null termin...

github.com/gbdev/rgbds-deb - abeca2d3050957879a9e388dd697610c65469b91 authored over 6 years ago by Anthony J. Bentley <[email protected]>
Prefer snprintf to strncpy when outputting C strings

strncpy is designed to output to fixed‐width buffers, not C strings
(hence its weird null termin...

github.com/gbdev/rgbds - abeca2d3050957879a9e388dd697610c65469b91 authored over 6 years ago by Anthony J. Bentley <[email protected]>
Add note about the MIT License in CONTRIBUTING.rst

Also, LICENSE.rst doesn't have any special formatting now, so it has
been renamed to LICENSE.

S...

github.com/gbdev/rgbds - a7dc86001c892d0e2af9d6d3a95c6869fd9acf75 authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Add note about the MIT License in CONTRIBUTING.rst

Also, LICENSE.rst doesn't have any special formatting now, so it has
been renamed to LICENSE.

S...

github.com/gbdev/rgbds-deb - a7dc86001c892d0e2af9d6d3a95c6869fd9acf75 authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Remove dependency of reallocarray()

By removing this dependency, all of the code of this repository is
licensed under the MIT licens...

github.com/gbdev/rgbds-deb - c071586ae53965cbdc8c10643b18e68dc9d2d56b authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Remove dependency of reallocarray()

By removing this dependency, all of the code of this repository is
licensed under the MIT licens...

github.com/gbdev/rgbds - c071586ae53965cbdc8c10643b18e68dc9d2d56b authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Remove dependency of strlcpy()

There was only one place where `strlcpy` was still used.

Signed-off-by: Antonio Niño Díaz <anto...

github.com/gbdev/rgbds - c6187be210fabe0b377d57c9ce8dd19e18551160 authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Remove dependency of strlcpy()

There was only one place where `strlcpy` was still used.

Signed-off-by: Antonio Niño Díaz <anto...

github.com/gbdev/rgbds-deb - c6187be210fabe0b377d57c9ce8dd19e18551160 authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Remove dependency of strlcat()

There was only one place where `strlcat` was used, and `snprintf`
actually does a better job at ...

github.com/gbdev/rgbds-deb - f9f3bb77618267d94cc2e5102c35e9d036cfcde0 authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Remove dependency of strlcat()

There was only one place where `strlcat` was used, and `snprintf`
actually does a better job at ...

github.com/gbdev/rgbds - f9f3bb77618267d94cc2e5102c35e9d036cfcde0 authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Relicense codebase under MIT license

With permission from the main authors [1], most of the code has been
relicensed under the MIT li...

github.com/gbdev/rgbds - 1a5c423984ca6cce1cb0b6b2100836bf4aa56e84 authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Relicense codebase under MIT license

With permission from the main authors [1], most of the code has been
relicensed under the MIT li...

github.com/gbdev/rgbds-deb - 1a5c423984ca6cce1cb0b6b2100836bf4aa56e84 authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Split src/asm/charmap.c into two files

This way it is easier to identify the license of the code.

Signed-off-by: Antonio Niño Díaz <an...

github.com/gbdev/rgbds-deb - b382dffdecd1ce1529311ddcbee3dd50d281b0c2 authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Split src/asm/charmap.c into two files

This way it is easier to identify the license of the code.

Signed-off-by: Antonio Niño Díaz <an...

github.com/gbdev/rgbds - b382dffdecd1ce1529311ddcbee3dd50d281b0c2 authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Merge pull request #79 from tobiasvl/update-rgbds-docs

Update link to RGBDS documentation

github.com/gbdev/awesome-gbdev - 99cc95afd83937fc60dbd06cff3a0699e21c1194 authored over 6 years ago by Antonio Vivace <[email protected]>
Update link to RGBDS documentation

github.com/gbdev/awesome-gbdev - 24fd4bd7a1c0fca7ba50c3642f59668e0ebb6485 authored over 6 years ago by Tobias V. Langhoff <[email protected]>
Exclude html files from checkpatch

Also, fix 2 nits in the codebase.

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds - 33e9eb098cb6b59a4bbd89840f2629b877e2f04f authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Exclude html files from checkpatch

Also, fix 2 nits in the codebase.

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds-deb - 33e9eb098cb6b59a4bbd89840f2629b877e2f04f authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Disable OSX builds in Travis CI

Travis seems to be having some problems with OSX builds, so it's better
to disable them temporar...

github.com/gbdev/rgbds-deb - e77ebfe38ace8448163fa704a2461e9432f3a52a authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Disable OSX builds in Travis CI

Travis seems to be having some problems with OSX builds, so it's better
to disable them temporar...

github.com/gbdev/rgbds - e77ebfe38ace8448163fa704a2461e9432f3a52a authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Don't clean html files with `make clean`

Added a new target to remove html files: `cleanwwwman`.

Signed-off-by: Antonio Niño Díaz <anton...

github.com/gbdev/rgbds - 698ed9d5fccd2eecfcfe16c378e95204b569732f authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Don't clean html files with `make clean`

Added a new target to remove html files: `cleanwwwman`.

Signed-off-by: Antonio Niño Díaz <anton...

github.com/gbdev/rgbds-deb - 698ed9d5fccd2eecfcfe16c378e95204b569732f authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Fix linkerscript linking errors

The problems were introduced by the following commits:

- 959bfe2a9dd5ee8d30f740c557502f7d9cd2ef...

github.com/gbdev/rgbds-deb - b07a8501d6b3a4fd75a73c26637814bde9bedb98 authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Fix linkerscript linking errors

The problems were introduced by the following commits:

- 959bfe2a9dd5ee8d30f740c557502f7d9cd2ef...

github.com/gbdev/rgbds - b07a8501d6b3a4fd75a73c26637814bde9bedb98 authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Fix typo in manpage

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds - f779e724e22d79cd10e97f936ddab37aa3dd6243 authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Fix typo in manpage

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds-deb - f779e724e22d79cd10e97f936ddab37aa3dd6243 authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Fix html doc file name

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds-deb - 494b98e46ae8231676681c554315d67a090f60a5 authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Fix html doc file name

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds - 494b98e46ae8231676681c554315d67a090f60a5 authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Make clean target of Makefile clean html files

The html files generated with `make wwwman` weren't cleaned correctly
with `clean`.

Signed-off-...

github.com/gbdev/rgbds - d1ff057889d2ed0086cd312411015aa0cdc45044 authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Make clean target of Makefile clean html files

The html files generated with `make wwwman` weren't cleaned correctly
with `clean`.

Signed-off-...

github.com/gbdev/rgbds-deb - d1ff057889d2ed0086cd312411015aa0cdc45044 authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Move documentation to this repository

Modified Makefile wwwman target to output files inside docs/.

Modified .gitignore to allow *.ht...

github.com/gbdev/rgbds-deb - 292302c6d127f9aa6e8e443b4d41077d9ce00063 authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Move documentation to this repository

Modified Makefile wwwman target to output files inside docs/.

Modified .gitignore to allow *.ht...

github.com/gbdev/rgbds - 292302c6d127f9aa6e8e443b4d41077d9ce00063 authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Fix typo in documentation

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds - b55fead749337c95e2184348cf1f35fa52c2d2ef authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Fix typo in documentation

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds-deb - b55fead749337c95e2184348cf1f35fa52c2d2ef authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Increase version number to 0.3.4

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds-deb - 844e027a18e1a311547ef94d7431568c5e3f6803 authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Increase version number to 0.3.4

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds - 844e027a18e1a311547ef94d7431568c5e3f6803 authored over 6 years ago by Antonio Niño Díaz <[email protected]>
Fix indentation in asmy.y

Remove extra spaces.

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds - 0fb80cd7a92b49779c47a024c08741302cf187f7 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Fix indentation in asmy.y

Remove extra spaces.

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds-deb - 0fb80cd7a92b49779c47a024c08741302cf187f7 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Improvements

github.com/gbdev/database - a8aa5c2fedebaae4bbec07c8aeef0229f5883a95 authored almost 7 years ago by Antonio Vivace <[email protected]>
parse metadatas only mode

github.com/gbdev/database - 1dd41369258fa4e30aadcf3ceccca77f9abe006c authored almost 7 years ago by Antonio Vivace <[email protected]>
Fix License

github.com/gbdev/database - 94a875d9fe76c014d110c248f37518335df7a07f authored almost 7 years ago by Antonio Vivace <[email protected]>
Fix Dates

github.com/gbdev/database - ee91fdef1b0f76539f86f0dd91b7bf6c7f227bdb authored almost 7 years ago by Antonio Vivace <[email protected]>
User January 1st to form compliant dates

github.com/gbdev/database - 8c40e9f41b469f4f94d3d6cbede5bbf9e439f743 authored almost 7 years ago by Antonio Vivace <[email protected]>
Add a wonderful piece of art as placeholder when no screenshots are available

github.com/gbdev/database - 159e6ca8df9905fdf458773d2b1ab05db676ba8b authored almost 7 years ago by Antonio Vivace <[email protected]>
Improvements, handle duplicates in slugs, working version

github.com/gbdev/database - 30e31b494ab11c011da0be261e1ff7fceefcfc28 authored almost 7 years ago by Antonio Vivace <[email protected]>
The shitton of entries are now listed

github.com/gbdev/database - eec33c901723426d2646fbd1e8097fd8a1c1521d authored almost 7 years ago by Antonio Vivace <[email protected]>
Add a shitton of entries from the scraping of Game Boy Demospotting

github.com/gbdev/database - aa15c7b424e7ea08084c76a2f174aedd6a8a3a31 authored almost 7 years ago by Antonio Vivace <[email protected]>
2018

github.com/gbdev/database - 108176ed6bc49300c56257633f455e6256040aa8 authored almost 7 years ago by Antonio Vivace <[email protected]>
Generate final entry. Handle files, screenshot, peek into releaase ZIP and look for a proper ROM

github.com/gbdev/database - a754f4fb4c5ba91e79305b6f443372a42cadc798 authored almost 7 years ago by Antonio Vivace <[email protected]>
Improve README

github.com/gbdev/database - 7ab4504adf0110f856462ea8787cf1e7394cda15 authored almost 7 years ago by Antonio Vivace <[email protected]>
Add readme

github.com/gbdev/database - 617ce9ca28aa492bb22bac2ca99acc9d6249347b authored almost 7 years ago by Antonio Vivace <[email protected]>
Improve error messages

NULL error messages have been given a description.

Messages that weren't descriptive enough now...

github.com/gbdev/rgbds-deb - 311b412f5dcd53c4e0898680319052b12209f4e0 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Fix WRAMX BANK offset in the right place

ROMX and WRAMX bank numers are stored in an object file as their number
minus one. This means th...

github.com/gbdev/rgbds-deb - 975200834ecefd2c05b5f7b292172d222fa751e8 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Output error msg when object file can't be opened

In rgbasm, output a fatal error if the destination object file can't be
opened.

Signed-off-by: ...

github.com/gbdev/rgbds-deb - c8fa7998838199d1f1d3ae7ec94fcad58515fa02 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Improve error messages

NULL error messages have been given a description.

Messages that weren't descriptive enough now...

github.com/gbdev/rgbds - 311b412f5dcd53c4e0898680319052b12209f4e0 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Output error msg when object file can't be opened

In rgbasm, output a fatal error if the destination object file can't be
opened.

Signed-off-by: ...

github.com/gbdev/rgbds - c8fa7998838199d1f1d3ae7ec94fcad58515fa02 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Fix WRAMX BANK offset in the right place

ROMX and WRAMX bank numers are stored in an object file as their number
minus one. This means th...

github.com/gbdev/rgbds - 975200834ecefd2c05b5f7b292172d222fa751e8 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Building game.json, starting single game scraping

github.com/gbdev/database - 66b100b0200996f034bce3b9125775370211cee4 authored almost 7 years ago by Antonio Vivace <[email protected]>
Add file without description in the example

github.com/gbdev/database - cf7a8b3b1ed1e86b79a7e40ce8ff20061a240041 authored almost 7 years ago by Antonio Vivace <[email protected]>
Add files property to gameSchema: related resources

github.com/gbdev/database - a0e7b294769945525ef39dd8003a1a093291bfe5 authored almost 7 years ago by Antonio Vivace <[email protected]>
consider relative url substring to compose the absolute one

github.com/gbdev/database - f2c86dacea868399befb28e96e3f04b4cb340ea5 authored almost 7 years ago by Antonio Vivace <[email protected]>
Scraper initial version, Move the game folders inside entries/ and update documentation about it

github.com/gbdev/database - eee749dcd38052be3cb00a47ca03690603eb163e authored almost 7 years ago by Antonio Vivace <[email protected]>
Cleanup BANK related definitions

Simplify comparisons and remove magic numbers.

Signed-off-by: Antonio Niño Díaz <antonio_nd@out...

github.com/gbdev/rgbds-deb - 7f37eef2186d36dcb68f263054e27f410bb2c37b authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Cleanup BANK related definitions

Simplify comparisons and remove magic numbers.

Signed-off-by: Antonio Niño Díaz <antonio_nd@out...

github.com/gbdev/rgbds - 7f37eef2186d36dcb68f263054e27f410bb2c37b authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Space Waste: Add related files and source from the original release

github.com/gbdev/database - 9fc845de34b09f1495bd0c08ae6b35af228daefc authored almost 7 years ago by Antonio Vivace <[email protected]>
Removed inexistent reference to screenshot

github.com/gbdev/database - fd7cf39763c83b57f3d54f3a4bc01bee0c65445b authored almost 7 years ago by Antonio Vivace <[email protected]>
Add Space Waste

github.com/gbdev/database - 635239d8939c80fce6c9cc831b95482815bc1815 authored almost 7 years ago by Antonio Vivace <[email protected]>
Add bleep (homebrew)

github.com/gbdev/database - 269c099330c295037c19c000b88408908bdabd77 authored almost 7 years ago by Antonio Vivace <[email protected]>
Add last 2 committed games in the list

github.com/gbdev/database - ac67dc26e337ce9134f0828fe4b43dceca821223 authored almost 7 years ago by Antonio Vivace <[email protected]>
Add two games by Momeka.

github.com/gbdev/database - 03bae4d5fabc75dab85a5b7e58593d8da55ee35f authored almost 7 years ago by Sven Dahlstrand <[email protected]>
Flag kupman as wip. Add aevilia (draft entry)

github.com/gbdev/database - 3ab0f598add573f7eac275318d55f0dfd127060b authored almost 7 years ago by Antonio Vivace <[email protected]>
Add work-in-progress flag

github.com/gbdev/database - fb85b2ca279df232e247de6704f69310d6ba42e6 authored almost 7 years ago by Antonio Vivace <[email protected]>
Update discord badge endpoint

github.com/gbdev/awesome-gbdev - c755bed2c82c3ff65cbac64ddcbcf0f0bb21a81d authored almost 7 years ago by Antonio Vivace <[email protected]>
Add video for uCity

github.com/gbdev/database - 26bc882bc40ad920ef3bd9ab3ad57f6cefc9b299 authored almost 7 years ago by Tobias V. Langhoff <[email protected]>
Add kupman

github.com/gbdev/database - ccbcf87920d95138c7797bbedb553285231e25ed authored almost 7 years ago by Tobias V. Langhoff <[email protected]>
Add Flappy Boy

github.com/gbdev/database - dc78b729e67d5cf92b44ec8858f00ef212857e3c authored almost 7 years ago by Tobias V. Langhoff <[email protected]>
Fix JSON bug in Lazerpong

github.com/gbdev/database - c148dfae8abf5cbe70f6414c284dd54b34c83997 authored almost 7 years ago by Tobias V. Langhoff <[email protected]>
Add Snake (by Sanky)

github.com/gbdev/database - cd7b77934a434d2eeb2ba84b923e0504b1b18745 authored almost 7 years ago by Tobias V. Langhoff <[email protected]>
Add Lazerpong

github.com/gbdev/database - 0c0abe2596e159a21de976f56fae79b022679d59 authored almost 7 years ago by Tobias V. Langhoff <[email protected]>
Add Snake for Game Boy

github.com/gbdev/database - 82d3eec3c1786bbbb86e2a688eabe460de721406 authored almost 7 years ago by Tobias V. Langhoff <[email protected]>
Add Carazu

github.com/gbdev/database - 20d0991e100a5ecaeec5edfd98190ff7cc0fb272 authored almost 7 years ago by Tobias V. Langhoff <[email protected]>
Disable online play for Airaki

This game detects emulators and refuses to play

github.com/gbdev/database - 0111533d419bf4696bcb076cd8c76e90e35074a0 authored almost 7 years ago by Tobias V. Langhoff <[email protected]>
Disable online play for Super Connard

This game detects emulators and refuses to play

github.com/gbdev/database - 574fac47e92e1468c5cdd7fe6f23761ce8177fc5 authored almost 7 years ago by Tobias V. Langhoff <[email protected]>
Update game.json

github.com/gbdev/database - c8cf563fbd955265a407f836e7c547b174fe0ad3 authored almost 7 years ago by Antonio Vivace <[email protected]>
Add Lumberjack by Koyot1222, JMD, and TmK. (#11)

github.com/gbdev/database - 6ff5218d391adb5debb8e60428bcc746c8561331 authored almost 7 years ago by Sven Dahlstrand <[email protected]>
Add Super Connard by furrtek. (#12)

github.com/gbdev/database - 901d89e605c9ad3e4ab9556fc6529f944e6f95b1 authored almost 7 years ago by Sven Dahlstrand <[email protected]>
Add Rope & Bombs by Team Lampoil. (#13)

github.com/gbdev/database - 069a8a40ad091b0a559aa9aaa4e188324dcaf288 authored almost 7 years ago by Sven Dahlstrand <[email protected]>
Add Snake by Yvar de Goffau. (#14)

github.com/gbdev/database - 81b8688e38f98c2a91267349b6b6f33c034d7abf authored almost 7 years ago by Sven Dahlstrand <[email protected]>
Add Airaki by furrtek. (#10)

github.com/gbdev/database - 7d5ee9023d7b672548df5253ccada07d36f17eb3 authored almost 7 years ago by Sven Dahlstrand <[email protected]>
Add Sheep it up! by Dr. Ludos. (#9)

github.com/gbdev/database - 4aa19702347d5082161f881bd2cc51e19d78a014 authored almost 7 years ago by Sven Dahlstrand <[email protected]>