Mirror of the github repository
Find a file
2014-09-17 12:57:02 -07:00
audio Make each pitch/instrument its own macro 2014-06-10 11:42:56 -04:00
blue
constants Enumerate move constants and add unnamed animation constants. 2014-09-17 12:36:49 -07:00
data Use a macro for move attributes. 2014-09-01 17:59:10 -07:00
engine Use move animation constants instead of static values. 2014-09-17 12:37:47 -07:00
extras@698b0fc7e6
gfx Remove redundant dimensions in image filenames. 2014-05-30 01:30:10 -07:00
home Split copy and serial functions out of home.asm. 2014-08-12 00:01:04 -07:00
maps
pic
red
scripts Use PARTY_LENGTH and related constants in menu and hud code. 2014-08-22 23:17:47 -07:00
text
yellow
.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
home.asm Use hram constants for remaining joypad variables. 2014-08-30 19:48:49 -07:00
hram.asm Use hram constants for remaining joypad variables. 2014-08-30 19:48:49 -07:00
INSTALL.md Update INSTALL.md 2014-07-08 13:58:02 -05:00
macros.asm Enumerate move constants and add unnamed animation constants. 2014-09-17 12:36:49 -07:00
main.asm Use PARTY_LENGTH and related constants in menu and hud code. 2014-08-22 23:17:47 -07:00
Makefile Add a comment to the "compare" target. 2014-07-16 15:28:46 -07:00
preprocessor.py
prequeue.py
README.md
red.asm
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 Use a macro to define version constants. 2014-09-17 12:57:02 -07:00
vram.asm
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