Disassembly of Pokémon Crystal
Go to file
yenatch 859c70ff42 install: less abrasive outro 2013-06-25 22:10:15 -04:00
audio fix sfx pointer comments 2013-05-02 19:59:03 -04:00
battle use stat constants in statdown commands 2013-06-13 16:31:50 -04:00
extras symfile: fix address handling 2013-06-16 11:20:12 -04:00
gfx Merge branch 'master' of github.com:kanzure/pokecrystal 2013-06-12 23:31:21 -04:00
items heavy ball 2013-05-27 23:28:21 -04:00
maps
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 ignore extras/png.py 2013-05-11 21:45:15 -05:00
INSTALL.md install: less abrasive outro 2013-06-25 22:10:15 -04:00
Makefile make: don't recompile if it's not necessary 2013-06-21 23:23:22 -04:00
README.md replace broken mibbit links with kiwiirc 2013-06-25 19:08:14 -04:00
battle_constants.asm LostBattle and HalveMoney 2013-06-17 18:19:45 -04:00
bittable2.asm
compare.sh
constants.asm
credits.asm
gbhw.asm split out constants 2013-06-10 21:57:58 -04:00
hram.asm connection hram labels 2013-05-13 18:47:35 -04:00
item_constants.asm
joypad.asm
landmarks.asm
main.asm BadgeStatBoosts 2013-06-17 18:31:11 -04:00
map_constants.asm split out constants 2013-06-10 21:57:58 -04:00
move_constants.asm
music_constants.asm
pokecrystal.asm
pokemon_constants.asm
preprocessor.py pre: restore separate_comment's behavior 2013-06-25 21:24:09 -04:00
prequeue.py give prequeue a reason to exist 2013-06-25 21:51:57 -04:00
requirements.txt
script_constants.asm
scripting.asm
trainer_constants.asm
vblank.asm
wram.asm LostBattle and HalveMoney 2013-06-17 18:19:45 -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