Go to file
2013-07-31 18:02:08 -04:00
audio fix sfx pointer comments 2013-05-02 19:59:03 -04:00
battle fill out bank f more 2013-07-29 13:58:20 -04:00
constants more sprite constants 2013-07-14 13:49:37 -04:00
engine Reset 2013-07-26 23:49:33 -04:00
extras jp char ァ 2013-07-31 18:02:08 -04:00
gfx type/pal constants in sprite headers 2013-07-14 13:49:53 -04:00
items no more incbins in bank 0 2013-07-29 23:58:02 -04:00
maps sprite constants in map events 2013-07-12 17:06:11 -04:00
stats BaseStats is now BaseData 2013-04-29 15:11:48 -04:00
text common text 2 and some fixes to compile 2013-07-28 17:16:51 -04:00
tilesets Parse and dump tilesets 2013-03-18 00:40:27 -04:00
trainers Saner file distribution 2013-02-05 03:56:27 -05:00
.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
compare.sh Disassemble Kris's PC. 2013-05-22 01:11:07 -06:00
constants.asm rst $28 -> JumpTable 2013-07-10 19:17:04 -04:00
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
INSTALL.md install: less abrasive outro 2013-06-25 22:10:15 -04:00
main.asm update predef/specials pointers 2013-07-30 01:05:20 -04:00
Makefile make: check wram/constants 2013-07-10 19:17:02 -04:00
pokecrystal.asm Flesh out HRAM labels 2013-03-20 22:55:09 -04:00
preprocessor.py jp char ァ 2013-07-31 18:02:08 -04:00
prequeue.py don't mix tabs/whitespace 2013-06-25 22:25:50 -05:00
README.md replace broken mibbit links with kiwiirc 2013-06-25 19:08:14 -04:00
requirements.txt requirements filename didn't match install instructions 2013-02-24 18:53:36 -05:00
wram.asm reorder a couple wram labels 2013-07-29 23:59:05 -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