Disassembly of Pokémon Crystal
Go to file
2013-08-31 10:03:37 -05:00
audio
battle rename FarBattleTextBox to StdBattleTextBox 2013-08-31 03:54:02 -04:00
constants NUM_POKEMON constant 2013-08-30 22:07:56 -04:00
engine Function2f79 is PickUpItem 2013-08-30 23:07:08 -04:00
extras@016f0206b5 bump extras submodule to v1.1.0 2013-08-27 11:17:14 -05:00
gfx
items rename FarBattleTextBox to StdBattleTextBox 2013-08-31 03:54:02 -04:00
maps
stats rename RNG to Random 2013-08-30 22:59:40 -04:00
text
tilesets remove garbage data in tileset 31 metatile defs 2013-08-20 03:18:35 -04:00
trainers
.gitattributes
.gitignore
.gitmodules
compare.sh
constants.asm engine flag constants 2013-08-27 14:12:05 -04:00
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
INSTALL.md Merge branch 'master' into remove-extras 2013-08-27 10:51:30 -05:00
main.asm rename FarBattleTextBox to StdBattleTextBox 2013-08-31 03:54:02 -04:00
Makefile fix baserom.gbc check in Makefile 2013-08-29 11:56:20 -05:00
pokecrystal.asm
preprocessor.py remove an Exception from preprocessor 2013-08-31 09:29:54 -05:00
prequeue.py docstring for prequeue.py 2013-08-31 10:03:37 -05:00
README.md
wram.asm Coins wram label 2013-08-30 17:48:59 -04:00

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