Mirror of the github repository
Find a file
Rangi c85050497c
Merge pull request #256 from Rangi42/master
Add subdirectories to engine/ similar to pokecrystal
2020-07-03 09:38:52 -04:00
.travis
audio
constants
data Add subdirectories to engine/ similar to pokecrystal 2020-07-02 23:30:21 -04:00
engine
gfx
home
macros Rename dnote to drum_note and dspeed to drum_speed 2019-09-03 22:36:02 -05:00
maps Rename map files, labels, and constants to be consistent and work with Polished Map 2019-01-01 23:33:10 -05:00
scripts Organize gfx/ 2020-06-27 21:43:32 -04:00
text
tools
.gitattributes
.gitignore
.gitmodules Remove the 'extras' submodule and include a local gfx.py tool instead 2018-12-31 17:37:58 -05:00
.travis.yml
audio.asm
charmap.asm
constants.asm
home.asm
hram.asm
INSTALL.md
layout.link
macros.asm
main.asm
Makefile
maps.asm Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251) 2020-06-27 15:32:24 -04:00
pics.asm
README.md
roms.md5
sprites.asm
sram.asm
text.asm
tilesets.asm
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