Mirror of the github repository
Find a file
yenatch 38ac74f222 Remove generated "indirect jump" comments.
The destination is obvious when using the predef macro.
2014-06-16 11:37:36 -07:00
audio Make each pitch/instrument its own macro 2014-06-10 11:42:56 -04:00
blue Dust off the makefile and prepare to build Yellow. 2014-05-30 01:16:02 -07:00
constants Hall of Fame sram labels and related constants. 2014-06-14 14:24:35 -07:00
data Clean up white space 2014-06-09 16:58:02 -04:00
engine Remove generated "indirect jump" comments. 2014-06-16 11:37:36 -07:00
extras@698b0fc7e6
gfx Remove redundant dimensions in image filenames. 2014-05-30 01:30:10 -07:00
home Use monster struct macros in wram. Rename related labels for consistency. 2014-06-14 04:12:40 -07:00
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 Remove generated "indirect jump" comments. 2014-06-16 11:37:36 -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 Add *.1bpp, *.2bpp, *.pic to .gitignore. 2014-04-05 16:48:03 -04:00
.gitmodules
audio.asm Combine wave files 2014-06-09 14:22:38 -04:00
blue.asm
constants.asm VRAM constants. 2014-05-29 01:30:09 -07:00
home.asm Remove generated "indirect jump" comments. 2014-06-16 11:37:36 -07:00
hram.asm Rename joypad registers. 2014-05-25 10:53:09 -07:00
INSTALL.md
macros.asm Make each pitch/instrument its own macro 2014-06-10 11:42:56 -04:00
main.asm Remove generated "indirect jump" comments. 2014-06-16 11:37:36 -07:00
Makefile Use rgbasm -h to use halt without nops. 2014-05-31 00:39:09 -07:00
preprocessor.py
prequeue.py
README.md
red.asm Let rgbasm handle undefined version constants. 2014-02-14 19:35:38 -05:00
roms.md5
text.asm Use monster struct macros in wram. Rename related labels for consistency. 2014-06-14 04:12:40 -07:00
version.asm
vram.asm VRAM constants. 2014-05-29 01:30:09 -07:00
wram.asm Hall of Fame sram labels and related constants. 2014-06-14 14:24:35 -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