Mirror of the github repository
Find a file
2020-06-27 21:43:32 -04:00
audio
constants
data
engine
gfx Replace .tilecoll files with tile ID db data 2020-06-27 21:43:32 -04:00
home Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251) 2020-06-27 15:32:24 -04:00
macros
maps
pic
scripts
text
tools Make tools/gfx.py executable 2018-12-31 18:56:07 -05:00
.gitattributes Replace .tilecoll files with tile ID db data 2020-06-27 21:43:32 -04:00
.gitignore
.gitmodules
.travis.yml
audio.asm
charmap.asm Merge branch 'master' of https://github.com/pret/pokered 2016-07-18 01:32:24 -05:00
constants.asm
home.asm
hram.asm
INSTALL.md Python is no longer used to build. 2018-03-10 19:04:26 -05:00
layout.link Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251) 2020-06-27 15:32:24 -04:00
macros.asm
main.asm
Makefile
maps.asm
pics.asm
README.md
roms.md5 Finish reversion of .gb file extensions 2016-05-13 18:04:35 -04:00
sprites.asm
sram.asm
text.asm
tilesets.asm
vram.asm VRAM constants. 2014-05-29 01:30:09 -07:00
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