Disassembly of Pokémon Red/Blue
Find a file
2014-10-17 12:16:52 -06:00
audio Kill version.asm. 2014-10-17 02:42:32 -06:00
blue Dust off the makefile and prepare to build Yellow. 2014-05-30 01:16:02 -07:00
constants Modularize the beach house. 2014-10-17 12:16:52 -06:00
data Modularize the beach house. 2014-10-17 12:16:52 -06:00
engine Kill version.asm. 2014-10-17 02:42:32 -06:00
extras@a87f66964c Bump submodule 2014-09-19 23:23:35 -04:00
gfx Add the beach house tileset. 2014-10-17 11:13:22 -06:00
home Rename hVBlank* constants to h*. 2014-09-23 15:02:03 -07:00
maps Fix Route 19 for Yellow. 2014-10-17 09:01:48 -06: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 More idioms. 2014-10-17 09:28:15 -06:00
text Add more from the beach house. 2014-10-17 08:13:51 -06: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 Labelled and commented mostly sprite-related things 2014-09-09 20:55:19 -07:00
blue.asm Let rgbasm handle undefined version constants. 2014-02-14 19:35:38 -05:00
constants.asm Kill version.asm. 2014-10-17 02:42:32 -06:00
home.asm Rename hVBlank* constants to h*. 2014-09-23 15:02:03 -07:00
hram.asm Rename hVBlank* constants to h*. 2014-09-23 15:02:03 -07:00
INSTALL.md Update INSTALL.md 2014-07-08 13:58:02 -05:00
macros.asm Merge remote-tracking branch 'YamaArashi/master' 2014-09-20 00:57:27 -04:00
main.asm Modularize the beach house. 2014-10-17 12:16:52 -06:00
Makefile Fix the symfile and mapfile filenames. 2014-09-19 13:09:37 -07:00
preprocessor.py Add a lot of Yellow text changes. 2014-10-10 01:46:06 -06: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 Modularize the beach house. 2014-10-17 12:16:52 -06:00
vram.asm VRAM constants. 2014-05-29 01:30:09 -07:00
wram.asm Commented/labelled misc functions 2014-09-14 11:29:18 -07:00
yellow.asm Modularize the beach house. 2014-10-17 12:16:52 -06: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