Disassembly of Pokemon Yellow
Go to file
2015-08-28 14:23:05 -04:00
audio Build only Yellow 2015-08-01 17:32:39 -04:00
constants Attempt to make yellow buildable, part 7. 2015-08-03 22:10:30 -04:00
data Fix bank1c errors and a few missed bank0 errors. 2015-08-09 19:28:43 -04:00
engine Attempt to make pokeyellow buildable, part 8. 2015-08-28 14:23:05 -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 Fix bank1c errors and a few missed bank0 errors. 2015-08-09 19:28:43 -04:00
maps Fix Route 19 for Yellow. 2014-10-17 09:01:48 -06:00
pic Attempt to make Yellow buildable, part 2. 2015-08-01 16:58:30 -04:00
scripts Update rockethideout4.asm 2015-05-06 12:25:34 -04:00
text Remove (incorrect) address comments 2015-08-01 17:34:51 -04:00
yellow Fix bank1c errors and a few missed bank0 errors. 2015-08-09 19:28:43 -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 Low health alarm documentation 2015-03-12 10:49:35 -04: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 Attempt to make yellow buildable, part 7. 2015-08-03 22:10:30 -04:00
home.asm Fix bank1c errors and a few missed bank0 errors. 2015-08-09 19:28:43 -04:00
hram.asm Attempt to make yellow buildable, part 7. 2015-08-03 22:10:30 -04:00
INSTALL.md INSTALL: git clone --recursive 2015-02-07 11:39:27 -08:00
macros.asm Fix typos up to end of home/audio.asm 2015-08-09 16:42:07 -04:00
main.asm Build only Yellow 2015-08-01 17:32:39 -04:00
Makefile Fix typos up to end of home/audio.asm 2015-08-09 16:42:07 -04:00
README.md Update README.md 2015-06-10 12:01:08 -04:00
roms.md5 Build only Yellow 2015-08-01 17:32:39 -04:00
sram.asm Attempt to make Yellow buildable, part 2. 2015-08-01 16:58:30 -04:00
text.asm Attempt to make yellow buildable, part 3 2015-08-01 17:42:36 -04:00
vram.asm VRAM constants. 2014-05-29 01:30:09 -07:00
wram.asm Attempt to make pokeyellow buildable, part 8. 2015-08-28 14:23:05 -04:00

Pokémon Yellow

This is not a buildable disassembly of Pokémon Yellow. This is here as a (currently incomplete) documentation of Yellow differences. For a buildable disassembly (with uses of incbins), refer to here.

Expect this to be completed in 3000 years.

Original readme below.

Pokémon Red and Blue

This is a disassembly of Pokémon Red and Blue.

It builds the following roms:

  • Pokemon Red (UE) [S][!].gb md5: 3d45c1ee9abd5738df46d2bdda8b57dc
  • Pokemon Blue (UE) [S][!].gb md5: 50927e843568814f7ed45ec4f944bd8b

To set up the repository, see INSTALL.md.

See also