Mirror of the github repository
Find a file
2014-05-30 01:16:02 -07:00
audio Remove most static wram addresses. Use labels instead. 2014-05-26 22:04:39 -07:00
blue Dust off the makefile and prepare to build Yellow. 2014-05-30 01:16:02 -07:00
constants Remove most static wram addresses. Use labels instead. 2014-05-26 22:04:39 -07:00
data Remove most static wram addresses. Use labels instead. 2014-05-26 22:04:39 -07:00
engine Use VRAM constants where applicable. 2014-05-29 01:31:46 -07:00
extras@698b0fc7e6
gfx
maps Pull map objects out of main.asm 2014-05-17 15:43:13 -04:00
pic
red Dust off the makefile and prepare to build Yellow. 2014-05-30 01:16:02 -07:00
scripts Use VRAM constants where applicable. 2014-05-29 01:31:46 -07:00
text Add macro TX_BCD for printing BCD numbers. 2014-05-27 11:16:05 -07:00
yellow Dust off the makefile and prepare to build Yellow. 2014-05-30 01:16:02 -07:00
.gitignore
.gitmodules
audio.asm Remove most static wram addresses. Use labels instead. 2014-05-26 22:04:39 -07:00
blue.asm
constants.asm VRAM constants. 2014-05-29 01:30:09 -07:00
home.asm Use VRAM constants where applicable. 2014-05-29 01:31:46 -07:00
hram.asm Rename joypad registers. 2014-05-25 10:53:09 -07:00
INSTALL.md
macros.asm Use wOverworldMap in macros. 2014-05-27 12:03:30 -07:00
main.asm Use VRAM constants where applicable. 2014-05-29 01:31:46 -07:00
Makefile Dust off the makefile and prepare to build Yellow. 2014-05-30 01:16:02 -07: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
README.md
red.asm
roms.md5
text.asm Add macro TX_BCD for printing BCD numbers. 2014-05-27 11:16:05 -07:00
version.asm
vram.asm VRAM constants. 2014-05-29 01:30:09 -07:00
wram.asm Add macro TX_BCD for printing BCD numbers. 2014-05-27 11:16:05 -07:00
yellow.asm Dust off the makefile and prepare to build Yellow. 2014-05-30 01:16:02 -07: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