Disassembly of Pokémon Red/Blue
Find a file
2016-04-08 20:16:42 -06:00
audio commented audio code 2015-08-08 22:32:44 -07:00
constants Clean up labels and trainer headers for overworld Pokémon. 2016-04-06 20:58:45 -06:00
data Add a TX_MART macro for inventories. 2016-04-08 20:16:42 -06:00
engine Clean up more Yellow ifdefs. 2016-03-22 00:10:23 -06:00
extras@68edf51f10 Bump extras so that pypng doesn't need to be installed. 2016-02-17 16:34:50 -05:00
gfx Fix PNG files to have bit depth match the bit depth used in the game. 2015-01-07 21:30:48 -05:00
home Fix game time labels 2016-01-03 14:18:33 -05:00
maps Swap trade center and battle center 2015-07-16 23:21:57 -05:00
pic Fix Yellow Electrode front pic 2015-07-27 19:40:06 -05:00
scripts Clean up script labels in marts and Pokémon Centers. 2016-04-08 19:04:36 -06:00
text Clean up script labels in marts and Pokémon Centers. 2016-04-08 19:04:36 -06:00
.gitignore Don't ignore .map files 2015-01-24 09:15:09 -05:00
.gitmodules make extras/ a submodule 2013-09-01 02:27:44 -05:00
audio.asm No more W_ 2015-08-30 21:38:41 -05:00
charmap.asm Added charmaps. 2014-11-04 20:29:26 -05:00
constants.asm Use rgbasm -D in the makefile. 2016-02-17 15:33:01 -05:00
home.asm fix typoes 2016-01-09 03:03:55 -08:00
hram.asm add border constant and clear up misnomer 2015-08-14 02:46:12 -07:00
INSTALL.md Bump extras so that pypng doesn't need to be installed. 2016-02-17 16:34:50 -05:00
macros.asm Add a TX_MART macro for inventories. 2016-04-08 20:16:42 -06:00
main.asm No more wram_constants.asm 2015-08-30 22:05:50 -05:00
Makefile Use rgbasm -D in the makefile. 2016-02-17 15:33:01 -05:00
README.md Update IRC links. 2014-11-15 23:35:54 -07:00
roms.md5 Rom checksums for use with md5sum -c 2014-02-14 00:11:06 -05:00
sram.asm No more S_ 2015-08-30 22:15:32 -05:00
text.asm Clean up script labels in marts and Pokémon Centers. 2016-04-08 19:04:36 -06:00
vram.asm VRAM constants. 2014-05-29 01:30:09 -07:00
wram.asm Fix game time labels 2016-01-03 14:18:33 -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