Disassembly of Pokémon Crystal
Go to file
yenatch fb931fe616 move miscellaneous asm into engine/ 2013-06-17 21:30:36 -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
constants move constants files into constants/ 2013-06-17 21:30:25 -04:00
engine move miscellaneous asm into engine/ 2013-06-17 21:30:36 -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 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 ignore extras/png.py 2013-05-11 21:45:15 -05:00
INSTALL.md hexdump for binary diffs 2013-06-13 14:24:45 -04:00
Makefile remove makefile clutter 2013-05-28 17:19:37 -04:00
README.md Merge yenatch/master. 2013-04-27 17:29:29 -05:00
compare.sh Disassemble Kris's PC. 2013-05-22 01:11:07 -06:00
constants.asm move constants files into constants/ 2013-06-17 21:30:25 -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
main.asm move miscellaneous asm into engine/ 2013-06-17 21:30:36 -04:00
pokecrystal.asm Flesh out HRAM labels 2013-03-20 22:55:09 -04:00
preprocessor.py preprocessor: minor optimization in separate_comment 2013-05-15 14:39:43 -04:00
requirements.txt requirements filename didn't match install instructions 2013-02-24 18:53:36 -05:00
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.

See also

Contributing

  • Hang out with us on IRC: nucleus.kafuka.org #skeetendo (for example, by using mibbit).

  • Are we missing something? Make a pull request! Contributions are welcome.

  • Tackle some issues!