Disassembly of Pokemon Yellow
Go to file
2015-09-04 13:46:35 -04:00
audio Merge branch 'master' of https://github.com/iimarckus/pokered 2015-08-30 17:55:02 -04:00
constants engine/mon_party_sprites.asm and INSTALL.md 2015-09-04 13:46:35 -04:00
data engine/mon_party_sprites.asm and INSTALL.md 2015-09-04 13:46:35 -04:00
engine engine/mon_party_sprites.asm and INSTALL.md 2015-09-04 13:46:35 -04:00
extras@698b0fc7e6 serial/trade/misc 2015-02-07 02:43:08 -08:00
gfx Build only Yellow 2015-08-01 17:32:39 -04:00
home Make pokeyellow build correctly. 2015-09-03 14:42:46 -04:00
maps Swap trade center and battle center 2015-07-16 23:21:57 -05:00
pic Attempt to make Yellow buildable, part 2. 2015-08-01 16:58:30 -04:00
scripts Merge branch 'master' of https://github.com/iimarckus/pokered 2015-08-30 17:55:02 -04:00
text Make pokeyellow build correctly. 2015-09-03 14:42:46 -04:00
yellow engine/mon_party_sprites.asm and INSTALL.md 2015-09-04 13:46:35 -04:00
.gitattributes Fix EOL to LF to make push requests more doable. 2015-06-05 17:23:06 -04:00
.gitignore Don't ignore .map files 2015-01-24 09:15:09 -05:00
.gitmodules make extras/ a submodule 2013-09-01 02:27:44 -05:00
audio.asm No more $C8 2015-08-10 11:09:16 -05:00
charmap.asm text.o 2015-08-01 17:16:11 -04:00
compare.sh Fix typos up to end of home/audio.asm 2015-08-09 16:42:07 -04:00
constants.asm Merge branch 'master' of https://github.com/iimarckus/pokered 2015-08-30 17:55:02 -04:00
home.asm Make pokeyellow build correctly. 2015-09-03 14:42:46 -04:00
hram.asm Merge branch 'master' of https://github.com/iimarckus/pokered 2015-08-30 17:55:02 -04:00
INSTALL.md engine/mon_party_sprites.asm and INSTALL.md 2015-09-04 13:46:35 -04:00
macros.asm Merge branch 'master' of https://github.com/iimarckus/pokered 2015-08-30 17:55:02 -04:00
main.asm Merge branch 'master' of https://github.com/iimarckus/pokered 2015-08-30 17:55:02 -04:00
Makefile Fix typos up to end of home/audio.asm 2015-08-09 16:42:07 -04:00
README.md Formatting errors. 2015-08-28 17:21:32 -04:00
roms.md5 Build only Yellow 2015-08-01 17:32:39 -04:00
sram.asm Replace hardcoded name lengths with NAME_LENGTH 2015-08-10 23:51:20 -05:00
text.asm Merge branch 'master' of https://github.com/iimarckus/pokered 2015-08-30 17:55:02 -04:00
vram.asm VRAM constants. 2014-05-29 01:30:09 -07:00
wram.asm Make pokeyellow build correctly. 2015-09-03 14:42:46 -04:00

Pokémon Yellow

This is a disassembly of Pokémon Yellow.

It builds the following rom:

  • Pokemon Yellow (UE) [C][!].gbc md5: d9290db87b1f0a23b89f99ee4469e34b

To set up the repository, see INSTALL.md.

See also