Mirror of the github repository
Find a file
2015-02-04 23:22:25 -08:00
audio Kill version.asm. 2014-10-17 02:42:32 -06:00
blue
constants Merge branch 'master' of https://github.com/dannye/pokered 2014-10-20 18:56:21 -06:00
data Added bcd macros with coins and money aliases. 2015-02-04 00:51:12 -07:00
engine More battle commentary/labels/constans and fix some spacing issues 2015-02-04 23:22:25 -08:00
extras@a87f66964c Bump submodule 2014-09-19 23:23:35 -04: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 some sfx ids 2015-01-27 03:26:33 -05:00
maps Fix Route 19 for Yellow. 2014-10-17 09:01:48 -06:00
pic
red
scripts Clean up white space, fix label typo 2015-01-22 22:13:21 -05:00
text Clean up type names. 2014-12-10 20:07:01 -08:00
yellow
.gitignore Don't ignore .map files 2015-01-24 09:15:09 -05:00
.gitmodules
audio.asm Labelled and commented mostly sprite-related things 2014-09-09 20:55:19 -07:00
blue.asm Added charmaps. 2014-11-04 20:29:26 -05:00
charmap.asm Added charmaps. 2014-11-04 20:29:26 -05:00
constants.asm Merge branch 'master' of https://github.com/dannye/pokered 2014-10-20 18:56:21 -06:00
home.asm Better documenting for GetMachinePrice and TechnicalMachinePrices. 2015-01-24 12:41:20 -08:00
hram.asm Rename hVBlank* constants to h*. 2014-09-23 15:02:03 -07:00
INSTALL.md Update INSTALL.md 2015-01-24 09:14:23 -05:00
macros.asm Added bcd macros with coins and money aliases. 2015-02-04 00:51:12 -07:00
main.asm Fix a few more bugs in the beach house. 2014-10-17 13:08:40 -06:00
Makefile make compare depends on red and blue being built. 2015-01-18 19:43:45 -05:00
README.md Update IRC links. 2014-11-15 23:35:54 -07:00
red.asm Added charmaps. 2014-11-04 20:29:26 -05:00
roms.md5
text.asm Fix unclosed quotes. 2014-11-04 20:22:18 -05:00
vram.asm
wram.asm More battle commentary/labels/constans and fix some spacing issues 2015-02-04 23:22:25 -08:00
yellow.asm Added charmaps. 2014-11-04 20:29:26 -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