Disassembly of Pokemon Yellow
Go to file
luckytyphlosion 992bdfe537 More home.asm fixes.
Change CopyVideoData/Double to CopyVideoData/DoubleAlternate and
CopyVideoData/DoubleLCDEnabled to CopyVideoData.
Also an address fix.
2015-07-10 15:50:13 -04:00
audio Add newlines to EOFs 2015-06-01 22:15:02 -05:00
blue Dust off the makefile and prepare to build Yellow. 2014-05-30 01:16:02 -07:00
constants Merge git://github.com/dannye/pokeyellow into dannye-master 2015-06-05 20:15:21 -04:00
data Bank3d addresses and fixes. 2015-07-07 17:36:28 -04:00
engine Bank3d addresses and fixes. 2015-07-07 17:36:28 -04:00
extras@698b0fc7e6 serial/trade/misc 2015-02-07 02:43:08 -08:00
gfx Yellow gfx. 2015-07-10 15:48:39 -04:00
home More home.asm fixes. 2015-07-10 15:50:13 -04:00
maps Fix Route 19 for Yellow. 2014-10-17 09:01:48 -06:00
pic Replace .pic with .png. 2014-04-04 23:13:09 -04:00
red Dust off the makefile and prepare to build Yellow. 2014-05-30 01:16:02 -07:00
scripts Update rockethideout4.asm 2015-05-06 12:25:34 -04:00
text Clean up type names. 2014-12-10 20:07:01 -08:00
yellow Fix EOL to LF to make push requests more doable. 2015-06-05 17:23:06 -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
blue.asm Added charmaps. 2014-11-04 20:29:26 -05:00
charmap.asm Some extra files. 2015-06-29 12:26:45 -04:00
constants.asm Merge branch 'master' of https://github.com/dannye/pokered 2014-10-20 18:56:21 -06:00
home.asm More home.asm fixes. 2015-07-10 15:50:13 -04:00
hram.asm Bank3d addresses and fixes. 2015-07-07 17:36:28 -04:00
INSTALL.md INSTALL: git clone --recursive 2015-02-07 11:39:27 -08:00
macros.asm Fix EOL to LF to make push requests more doable. 2015-06-05 17:23:06 -04:00
main.asm Complete documentation of bank3d 2015-07-06 13:35:48 -04:00
Makefile make compare depends on red and blue being built. 2015-01-18 19:43:45 -05:00
README.md Update README.md 2015-06-10 12:01:08 -04:00
red.asm Added charmaps. 2014-11-04 20:29:26 -05:00
roms.md5 Rom checksums for use with md5sum -c 2014-02-14 00:11:06 -05:00
sram.asm Update sram.asm 2015-04-26 16:01:10 -04:00
text.asm money won and trainer pic constants 2015-04-09 13:05:57 +02:00
vram.asm VRAM constants. 2014-05-29 01:30:09 -07:00
wram.asm Some extra files. 2015-06-29 12:26:45 -04:00
yellow.asm Added charmaps. 2014-11-04 20:29:26 -05: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