Disassembly of Pokémon Crystal
Go to file
Remy Oukaour a0bef01a1d Define more palette constants 2017-12-10 20:10:39 -05:00
audio Consistent capitalization for map names, matching their constants 2017-12-10 13:37:15 -05:00
battle Define more palette constants 2017-12-10 20:10:39 -05:00
constants Define more palette constants 2017-12-10 20:10:39 -05:00
data Remove unused .asm file 2017-12-10 13:58:55 -05:00
engine Consistent capitalization for map names, matching their constants 2017-12-10 13:37:15 -05:00
event Consistent capitalization for map names, matching their constants 2017-12-10 13:37:15 -05:00
extras@2ae1ae2f19
gfx Move some gfx/unknown/ files into meaningful directories 2017-12-09 23:37:08 -05:00
home Consistent code formatting: no redundant `a`s and spaces after commas 2017-12-10 00:06:20 -05:00
items More WRAM cleanup 2017-12-09 22:00:36 -05:00
lib/mobile
macros Move some gfx/unknown/ files into meaningful directories 2017-12-09 23:37:08 -05:00
maps All map triggers use the `maptrigger` macro, not `dw` 2017-12-10 17:53:21 -05:00
menu
misc
predef
text Labelling a few mom scripts. 2017-10-25 00:34:32 -04:00
tilesets Comment palette colors and roof map groups 2017-12-10 20:05:34 -05:00
tools
trainers Document constants with comments, actual names, and more thorough usage 2017-12-09 02:15:46 -05:00
unknown
.gitattributes
.gitignore
.gitmodules Restructured functions in main.asm to resemble the home functions they clone 2015-10-17 13:00:34 -04:00
.travis.yml Update travis.yml 2017-09-23 23:04:20 -04:00
INSTALL.md
Makefile
README.md Add Gen 3 disassemblies. 2017-09-04 19:41:13 -04:00
Vagrantfile make a vagrant box to make things easier 2014-07-23 22:42:04 -05:00
audio.asm
compare.sh
compare2.sh
constants.asm Separate file for mobile constants 2017-12-09 12:57:42 -05:00
gbhw.asm
gfx.py fix animated pic dumps 2017-10-22 02:04:06 -04:00
home.asm Consistent code formatting: no redundant `a`s and spaces after commas 2017-12-10 00:06:20 -05:00
hram.asm hLCDCPointer and InitList 2016-06-13 22:53:33 -04:00
includes.asm
interrupts.asm
macros.asm
main.asm
maps.asm
pokecrystal.link Move all of constants/sram_constants.asm into sram 2017-11-20 23:07:24 +01:00
roms.sha1
rst.asm
sram.asm
version.asm
vram.asm Revert "Fix floating sections" 2017-03-24 11:51:03 +00:00
wram.asm

README.md

Pokémon Crystal Build Status

This is a disassembly of Pokémon Crystal.

It builds the following roms:

  • Pokemon - Crystal Version (UE) (V1.0) [C][!].gbc sha1: f4cd194bdee0d04ca4eac29e09b8e4e9d818c133
  • Pokemon - Crystal Version (UE) (V1.1) [C][!].gbc sha1: f2f52230b536214ef7c9924f483392993e226cfb

To set up the repository, see INSTALL.md.

See also