Mirror of the github repository
Find a file
2014-02-13 22:35:30 -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
gfx
maps
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
text Get rid of globals.asm. Use ::s to export labels between objects. 2014-01-27 16:24:13 -05:00
.gitignore
.gitmodules
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
audio_red.asm
blue.asm
constants.asm Split wram.asm from poke{red,blue}.o into wram.o 2014-01-27 17:09:09 -05:00
hram.asm
INSTALL.md Rewrite the install instructions without init.sh. 2014-02-13 22:34:52 -05:00
macros.asm
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
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