Disassembly of Pokémon Crystal
Go to file
yenatch 1518925365 main menu and untranslated mobile text 2013-07-22 04:28:34 -04:00
audio
battle rst $28 -> JumpTable 2013-07-10 19:17:04 -04:00
constants more sprite constants 2013-07-14 13:49:37 -04:00
engine movement command asm 2013-07-20 22:34:40 -04:00
extras rename second hide_person macro to remove_person 2013-07-20 22:34:05 -04:00
gfx type/pal constants in sprite headers 2013-07-14 13:49:53 -04:00
items start using relevant constants in wram.asm 2013-07-10 19:17:03 -04:00
maps sprite constants in map events 2013-07-12 17:06:11 -04:00
stats
text LostBattle and HalveMoney 2013-06-17 18:19:45 -04:00
tilesets
trainers
.gitattributes hexdump for binary diffs 2013-06-13 14:24:45 -04:00
.gitignore
INSTALL.md install: less abrasive outro 2013-06-25 22:10:15 -04:00
Makefile make: check wram/constants 2013-07-10 19:17:02 -04:00
README.md replace broken mibbit links with kiwiirc 2013-06-25 19:08:14 -04:00
compare.sh
constants.asm rst $28 -> JumpTable 2013-07-10 19:17:04 -04:00
gbhw.asm
hram.asm
main.asm main menu and untranslated mobile text 2013-07-22 04:28:34 -04:00
pokecrystal.asm
preprocessor.py chars: ▷ 2013-07-10 19:17:02 -04:00
prequeue.py don't mix tabs/whitespace 2013-06-25 22:25:50 -05:00
requirements.txt
wram.asm even more bank 1 asm 2013-07-22 03:08:03 -04:00

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