Disassembly of Pokémon Crystal
Go to file
yenatch 7b10cb2878 use pip instead of easy_install
easy_install was renamed to easy_install-2.7, as seen in #318

pip is maintained and less likely to be renamed at random
2015-10-22 01:15:07 -04:00
audio
battle Happiness and Mystery Gift constants 2015-10-12 12:33:24 -04:00
constants
data added/renamed constants and labels 2015-09-01 06:26:31 +02:00
engine
event Unicode 2015-10-13 17:50:58 -06:00
extras@3a6ef54a5e
gfx
home
items Happiness and Mystery Gift constants 2015-10-12 12:33:24 -04:00
lib/mobile Reverted ld_hl_pointer macro 2015-07-20 22:18:18 -04:00
macros
maps
menu
misc
predef Fixed a few labeling bugs 2015-07-22 16:58:47 -04:00
text ldtile and dwtile macros added and globally implemented 2015-10-13 12:11:06 -04:00
tilesets Revert sPlayerID 2015-10-13 17:40:18 -04:00
trainers
unknown Get rid of baserom incbins in main.asm. 2015-03-11 18:33:20 -07:00
.gitattributes don't diff .pal files as binary data 2013-12-20 00:28:14 -05:00
.gitignore
.gitmodules Move extras/ into a git submodule. 2013-08-03 13:44:03 -05:00
INSTALL.md use pip instead of easy_install 2015-10-22 01:15:07 -04:00
Makefile
README.md
Vagrantfile
audio.asm Remove trailing newlines. 2015-06-23 12:24:51 -06:00
compare.sh compare.sh: diff -u 2014-02-05 18:41:04 -05:00
constants.asm Various annotations 2015-07-22 15:57:02 -04:00
contents.asm
crystal11.asm
gbhw.asm Trainer data structure and field move functions 2015-07-18 23:45:39 -04:00
gfx.py
home.asm
hram.asm
includes.asm
interrupts.asm
macros.asm
main.asm Final descriptive label in tilesets/animations.asm 2015-10-13 14:29:34 -04:00
maps.asm Remove trailing newlines. 2015-06-23 12:24:51 -06:00
maps_crystal.asm
pokecrystal.asm
roms.md5
rst.asm
sram.asm
wram.asm Final descriptive label in tilesets/animations.asm 2015-10-13 14:29:34 -04:00
wram11.asm

README.md

Pokémon Crystal

This is a disassembly of Pokémon Crystal.

It builds the following roms:

  • Pokemon - Crystal Version (UE) (V1.0) [C][!].gbc md5: 9f2922b235a5eeb78d65594e82ef5dde
  • Pokemon - Crystal Version (UE) (V1.1) [C][!].gbc md5: 301899b8087289a6436b0a241fbbb474

To set up the repository, see INSTALL.md.

See also