Go to file
Bryan Bishop 5ec6b52af2 remove requirements.txt
There's no reason to have python dependencies listed in a file because
those dependencies have been moved into the extras submodule in the
pokemon-reverse-engineering-tools git repo.
2013-08-05 11:06:39 -05:00
audio fix sfx pointer comments 2013-05-02 19:59:03 -04:00
battle rst $28 -> JumpTable 2013-07-10 19:17:04 -04:00
constants move constants files into constants/ 2013-06-17 21:30:25 -04:00
engine more scripting cleanup 2013-07-10 19:17:04 -04:00
extras@3011f9243c probably fix the pngs target for make 2013-08-03 20:13:37 -05:00
gfx Merge remote-tracking branch 'yenatch/master' 2013-06-12 22:44:45 -05:00
items start using relevant constants in wram.asm 2013-07-10 19:17:03 -04:00
maps music constants in map headers 2013-05-22 16:36:51 -04:00
stats BaseStats is now BaseData 2013-04-29 15:11:48 -04:00
text LostBattle and HalveMoney 2013-06-17 18:19:45 -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 write comment in .gitignore 2013-08-03 12:17:28 -05:00
.gitmodules Move extras/ into a git submodule. 2013-08-03 13:44:03 -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: fix extra newlines 2013-08-03 13:58:31 -05:00
main.asm Add Time Capsule item conversions. 2013-07-25 06:33:28 -06:00
Makefile Merge branch 'master' into remove-extras-fix-make-gfx 2013-08-03 21:40:45 -05:00
pokecrystal.asm Flesh out HRAM labels 2013-03-20 22:55:09 -04:00
preprocessor.py fix preprocessor imports for the latest submodule 2013-08-03 16:25:14 -05:00
prequeue.py don't mix tabs/whitespace 2013-06-25 22:25:50 -05:00
README.md remove stray newline from README 2013-08-03 13:46:27 -05:00
wram.asm more scripting cleanup 2013-07-10 19:17:04 -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