Disassembly of Pokémon Crystal
Go to file
yenatch 5aec11492d Add a "mobile" directive for dummied-out mobile adapter functions. 2015-01-27 15:03:14 -08:00
audio Condense cry headers to one line. 2014-07-18 17:03:52 -07:00
battle hVBlank 2015-01-19 21:31:29 -08:00
constants Move around some more macros. 2015-01-20 14:26:16 -08:00
data Use a macro for Odd Egg probabilities. 2014-07-18 10:31:39 -07:00
engine
event
extras@a87f66964c
gfx Rename some graphics to avoid collisions later. 2014-12-29 22:10:20 -08:00
home hVBlank 2015-01-19 21:31:29 -08:00
items Replace pointless $FF00+$xx with $ffxx. 2014-12-28 18:44:23 -08:00
lib/mobile
macros Add a "mobile" directive for dummied-out mobile adapter functions. 2015-01-27 15:03:14 -08:00
maps Stop using the preprocessor. 2015-01-20 00:01:23 -08:00
menu Fix static banks for monster icons. 2014-04-17 22:06:02 -04:00
misc More labels in code and some mobile datatracking. 2015-01-01 20:59:08 -08:00
predef More PartyMon labels for relative addressing. 2014-06-23 12:45:30 -07:00
text Recomment type names. 2014-07-09 12:50:33 -07:00
tilesets Image extensions in gfx/tilesets. 2014-04-02 00:45:07 -04:00
trainers Fix more static banks (trainers, mobile graphics). 2014-12-29 10:23:22 -08:00
.gitattributes
.gitignore
.gitmodules
INSTALL.md
Makefile
README.md
Vagrantfile
audio.asm
compare.sh
constants.asm
contents.asm
gbhw.asm
home.asm
hram.asm
includes.asm
interrupts.asm
macros.asm
main.asm
maps.asm
maps_crystal.asm
pokecrystal.asm
rst.asm
wram.asm

README.md

Pokémon Crystal

This is a disassembly of Pokémon Crystal.

The following rom is used as a base:

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

To set up the repository, see INSTALL.md.

See also