Disassembly of Pokémon Red/Blue
Find a file
yenatch 342791a001 Use a macro for move attributes.
The formatting was pretty bad, so that's fixed too.
2014-09-01 17:59:10 -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 Use a macro for move attributes. 2014-09-01 17:59:10 -07:00
engine Use hram constants for remaining joypad variables. 2014-08-30 19:48:49 -07:00
extras@698b0fc7e6 hotfix: Bump pokemontools so gfx.py doesn't look for a baserom. 2014-04-16 01:54:12 -04:00
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 Pull map objects out of main.asm 2014-05-17 15:43:13 -04:00
pic Replace .pic with .png. 2014-04-04 23:13:09 -04:00
red Dust off the makefile and prepare to build Yellow. 2014-05-30 01:16:02 -07:00
scripts Use PARTY_LENGTH and related constants in menu and hud code. 2014-08-22 23:17:47 -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 make extras/ a submodule 2013-09-01 02:27:44 -05:00
audio.asm Combine wave files 2014-06-09 14:22:38 -04:00
blue.asm Let rgbasm handle undefined version constants. 2014-02-14 19:35:38 -05:00
constants.asm VRAM constants. 2014-05-29 01:30:09 -07:00
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 Use a macro for move attributes. 2014-09-01 17:59:10 -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 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 Let rgbasm handle undefined version constants. 2014-02-14 19:35:38 -05:00
roms.md5 Rom checksums for use with md5sum -c 2014-02-14 00:11:06 -05:00
text.asm Use monster struct macros in wram. Rename related labels for consistency. 2014-06-14 04:12:40 -07:00
version.asm Let rgbasm handle undefined version constants. 2014-02-14 19:35:38 -05:00
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