Mirror of the github repository
Find a file
2016-05-22 11:40:49 -04: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 Remove the last remaining IF DEF(_YELLOW) 2016-05-13 18:00:38 -04:00
engine dbw door tiles 2016-05-22 11:40:49 -04:00
extras@698b0fc7e6 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
pic Fix Yellow Electrode front pic 2015-07-27 19:40:06 -05:00
scripts Merge branch 'master' of https://github.com/pret/pokered 2016-05-13 17:59:46 -04:00
text Merge branch 'master' of https://github.com/pret/pokered 2016-05-13 17:59:46 -04:00
.gitignore
.gitmodules make extras/ a submodule 2013-09-01 02:27:44 -05:00
audio.asm
charmap.asm
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
INSTALL.md Bump extras so that pypng doesn't need to be installed. 2016-02-17 16:34:50 -05:00
macros.asm Merge branch 'master' of https://github.com/pret/pokered 2016-05-13 17:59:46 -04: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
roms.md5 Finish reversion of .gb file extensions 2016-05-13 18:04:35 -04: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
wram.asm Macrofy sprite status data in WRA0 2016-01-29 11:20:47 -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