Disassembly of Pokémon Crystal
Go to file
yenatch 353b4ac6da fix up TreeMons/RockMons 2013-09-07 17:35:41 -04:00
audio shorten some overly long music filenames 2013-09-01 14:41:16 -04:00
battle
constants clean up event flag constants 2013-09-05 04:37:47 -04:00
engine split out std scripts from main.asm 2013-09-07 15:30:07 -04:00
extras@016f0206b5
gfx
items split out marts 2013-09-03 17:35:17 -04:00
maps first round of event flag constants in map events 2013-09-05 05:19:35 -04:00
stats rename RNG to Random 2013-08-30 22:59:40 -04:00
text
tilesets
trainers
.gitattributes hexdump for binary diffs 2013-06-13 14:24:45 -04:00
.gitignore
.gitmodules
INSTALL.md
Makefile
README.md remove stray newline from README 2013-08-03 13:46:27 -05:00
compare.sh
constants.asm
gbhw.asm gbhw: flag constants for interrupts and timer registers 2013-08-27 23:37:24 -04:00
hram.asm serial hram constants 2013-08-28 04:28:45 -04:00
interrupts.asm
macros.asm
main.asm
pokecrystal.asm
preprocessor.py
prequeue.py
rst.asm split out rst vectors 2013-09-03 18:17:33 -04:00
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