Mirror of the github repository
Find a file
Rangi f60ee848e8 Make .gitignore consistent with pokegold and pokecrystal
Closes #209 (pokeyellow will need all pokered's recent changes synced)
2020-07-05 15:17:03 -04:00
.travis
audio
constants
data
engine
gfx
home
macros
maps
scripts
text
tools
.gitattributes
.gitignore Make .gitignore consistent with pokegold and pokecrystal 2020-07-05 15:17:03 -04:00
.gitmodules
.travis.yml
audio.asm
charmap.asm
constants.asm
home.asm
hram.asm
INSTALL.md
layout.link
macros.asm
main.asm Factor out Mew's pics and base data 2020-07-03 22:59:12 -04:00
Makefile
maps.asm data/mapHeaders -> data/maps/headers; data/mapObjects -> data/maps/objects 2020-07-03 18:19:56 -04:00
README.md
rgbdscheck.asm
roms.sha1
sram.asm Remove RAM address comments 2020-06-27 23:03:39 -04:00
text.asm Reorganize constants/ 2020-07-03 12:44:47 -04:00
vram.asm
wram.asm

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