Disassembly of Pokémon Crystal
Go to file
yenatch f458f96427 even more phone text (bank 29) 2013-08-16 14:43:35 -04:00
audio
battle
constants
engine
extras
gfx
items
maps
stats
text even more phone text (bank 29) 2013-08-16 14:43:35 -04:00
tilesets
trainers
.gitattributes
.gitignore
INSTALL.md
Makefile
README.md
compare.sh
constants.asm
gbhw.asm
hram.asm
main.asm even more phone text (bank 29) 2013-08-16 14:43:35 -04:00
pokecrystal.asm
preprocessor.py
prequeue.py
requirements.txt
wram.asm

README.md

Pokémon Crystal

This is a hand-crafted disassembly of Pokémon Crystal.

The source code in this project successfully converts back into a ROM image. All source code is meticulously commented.

Base ROM

The following rom is required for compiling:

Pokemon - Crystal Version (UE) (V1.0) [C][!].gbc
md5: 9f2922b235a5eeb78d65594e82ef5dde

Eventually this will not be necessary.

What can I do?

  • Are we missing something? Make a pull request! Contributions are welcome.

  • Take a look at some of the disasm tools in extras/. Most of the scripts are generalized enough to take apart other Game Boy games.

  • Tackle some issues!

See also