Disassembly of Pokémon Red/Blue
Find a file
yenatch 43342f1376 Rewrite the install instructions without init.sh.
Cygwin instructions return.
2014-02-13 22:34:52 -05:00
audio Get rid of globals.asm. Use ::s to export labels between objects. 2014-01-27 16:24:13 -05:00
constants Split wram.asm from poke{red,blue}.o into wram.o 2014-01-27 17:09:09 -05:00
extras@61b83803be bump pokemontools for merging the previous bump 2014-01-22 16:38:16 -05:00
gfx Red fishing tiles and ss anne smoke puff gfx INCBIN. 2013-12-24 11:34:21 -06:00
maps Dump animations 2013-12-19 08:53:17 -05:00
menu Get rid of globals.asm. Use ::s to export labels between objects. 2014-01-27 16:24:13 -05:00
music Get rid of globals.asm. Use ::s to export labels between objects. 2014-01-27 16:24:13 -05:00
pic Removed duplicate Vulpix pic, "vulpikb.pic" 2013-08-17 08:49:56 -04:00
text Get rid of globals.asm. Use ::s to export labels between objects. 2014-01-27 16:24:13 -05:00
.gitignore handle preprocessing in one python procress; export asm labels 2013-12-07 20:01:50 -05:00
.gitmodules make extras/ a submodule 2013-09-01 02:27:44 -05:00
audio.asm Get rid of globals.asm. Use ::s to export labels between objects. 2014-01-27 16:24:13 -05:00
audio_blue.asm split audio components into audio_red.o and audio_blue.o 2014-01-09 13:52:12 -05:00
audio_red.asm split audio components into audio_red.o and audio_blue.o 2014-01-09 13:52:12 -05:00
blue.asm dedicated version includes 2014-01-07 19:13:37 -05:00
constants.asm Split wram.asm from poke{red,blue}.o into wram.o 2014-01-27 17:09:09 -05:00
hram.asm split wram/hram out of constants.asm and start using wram sections 2013-12-05 01:18:14 -05:00
init.sh Don't use sudo in init.sh 2014-01-22 11:36:07 -05:00
INSTALL.md Rewrite the install instructions without init.sh. 2014-02-13 22:34:52 -05:00
macros.asm rename and add some text macros 2014-01-22 00:55:41 -05:00
main.asm Get rid of globals.asm. Use ::s to export labels between objects. 2014-01-27 16:24:13 -05:00
Makefile Makefile: condense dependency scanning into one loop 2014-01-27 17:27:37 -05:00
pokeblue.asm Split wram.asm from poke{red,blue}.o into wram.o 2014-01-27 17:09:09 -05:00
pokered.asm Split wram.asm from poke{red,blue}.o into wram.o 2014-01-27 17:09:09 -05:00
preprocessor.py Get rid of globals.asm. Use ::s to export labels between objects. 2014-01-27 16:24:13 -05:00
prequeue.py Get rid of globals.asm. Use ::s to export labels between objects. 2014-01-27 16:24:13 -05:00
README.md Readme: Builds both Red and Blue. 2014-02-13 03:04:35 -05:00
red.asm dedicated version includes 2014-01-07 19:13:37 -05:00
text.asm Get rid of globals.asm. Use ::s to export labels between objects. 2014-01-27 16:24:13 -05:00
wram.asm Split wram.asm from poke{red,blue}.o into wram.o 2014-01-27 17:09:09 -05:00

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