Disassembly of Pokémon Red/Blue
Find a file
dannye dbe2a3b168 Add warnings about music/sfx macro usage
These are not game limitations, just restrictions for
the macros to behave properly
2016-07-27 20:57:46 -05:00
audio Add warnings about music/sfx macro usage 2016-07-27 20:57:46 -05:00
constants Clean up redundant labels 2016-07-20 00:40:04 -05:00
data Remove the last address comments 2016-06-12 02:19:44 -05:00
engine A few missed hardcoded decimal points 2016-07-18 01:48:34 -05:00
extras@0e1798937a Try again to bump extras 2016-06-09 20:50:31 -04:00
gfx Remove the Beach House option. 2016-06-07 23:55:55 -06:00
home Merge branch 'master' of https://github.com/pret/pokered 2016-07-18 01:32:24 -05:00
maps Remove the Beach House option. 2016-06-07 23:55:55 -06:00
pic Fix Yellow Electrode front pic 2015-07-27 19:40:06 -05:00
scripts Clean up redundant labels 2016-07-20 00:40:04 -05:00
text Clean up redundant labels 2016-07-20 00:40:04 -05:00
.gitattributes crlf to lf 2016-06-11 17:11:05 -07: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 Fix sound effect channel numbering 2016-07-27 19:30:57 -05:00
charmap.asm Merge branch 'master' of https://github.com/pret/pokered 2016-07-18 01:32:24 -05:00
constants.asm sync text 2016-06-12 10:11:31 -07:00
home.asm Clean up redundant labels 2016-07-20 00:40:04 -05: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 warnings about music/sfx macro usage 2016-07-27 20:57:46 -05:00
main.asm Merge branch 'master' of https://github.com/pret/pokered 2016-07-18 01:32:24 -05:00
Makefile Use pattern variables in the makefile. 2016-07-01 17:25:11 -04:00
README.md Update IRC links. 2014-11-15 23:35:54 -07:00
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 sync text 2016-06-12 10:11:31 -07:00
vram.asm VRAM constants. 2014-05-29 01:30:09 -07:00
wram.asm sync tileset WRAM labels 2016-06-12 01:07:52 -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