Go to file
yenatch 5a4098891a disable automatic line ending correction
on windows, carriage returns were being inserted into binary files, causing compiling errors
2013-05-07 01:12:26 -04:00
audio fix sfx pointer comments 2013-05-02 19:59:03 -04:00
battle even more ai cleanup 2013-05-07 01:11:08 -04:00
extras downward triangle character 0xee 2013-05-01 23:18:38 -04:00
gfx Include some more gfx 2013-02-25 14:16:59 -05:00
items dump item attributes 2013-04-30 02:04:36 -04:00
maps fix parsing errors in RuinsofAlphOutside 2013-05-01 13:52:44 -04:00
stats BaseStats is now BaseData 2013-04-29 15:11:48 -04:00
text Split common text out of main.asm 2013-02-17 02:19:49 -05: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 disable automatic line ending correction 2013-05-07 01:12:26 -04:00
.gitignore this is not pokered 2013-04-07 00:26:50 -04:00
bittable2.asm Saner file distribution 2013-02-05 03:56:27 -05:00
compare.sh make compare.sh overwrite the previous hexdump 2012-05-16 13:49:50 -05:00
constants.asm residual status constants 2013-05-06 11:41:12 -04:00
credits.asm Split credits out 2013-02-26 00:51:05 -05:00
gbhw.asm MBC3 constants 2013-05-02 22:38:48 -04:00
hram.asm Multiply and Divide 2013-03-30 01:58:22 -04:00
INSTALL.md More readme formatting 2013-04-05 00:25:47 -04:00
joypad.asm Flesh out HRAM labels 2013-03-20 22:55:09 -04:00
landmarks.asm Split landmarks out 2013-02-17 02:56:50 -05:00
main.asm more thorough ai commenting 2013-05-06 14:36:32 -04:00
Makefile double-colon rules for .png overrides 2013-04-04 22:50:02 -04:00
pokecrystal.asm Flesh out HRAM labels 2013-03-20 22:55:09 -04:00
pokecrystal.bat windows-specific make targets 2013-04-04 22:45:37 -04:00
preprocessor.py downward triangle character 0xee 2013-05-01 23:18:38 -04:00
README.md More readme formatting 2013-04-05 00:25:47 -04:00
requirements.txt requirements filename didn't match install instructions 2013-02-24 18:53:36 -05:00
scripting.asm fruit trees 2013-05-03 19:34:19 -04:00
vblank.asm Flesh out HRAM labels 2013-03-20 22:55:09 -04:00
wram.asm residual status constants 2013-05-06 11:41:12 -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.

See also

Contributing

  • Hang out with us on IRC: nucleus.kafuka.org #skeetendo (or use mibbit).

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

  • Tackle some issues!