Disassembly of Pokémon Crystal
Go to file
mid-kid e39c8afbf2 Rename all files in data/pokedex/entries/
Some people suggested this would be a good idea, and make management of
the files easier. I'm inclined to agree.
2017-11-26 23:10:49 +01:00
audio Replace ‘jp [hl]’ with ‘jp hl’ 2017-06-09 22:01:10 +01:00
battle DetermineMobileBattleResult -> DisplayLinkBattleResult 2017-11-19 11:54:34 +01:00
constants Move all of constants/sram_constants.asm into sram 2017-11-20 23:07:24 +01:00
data Rename all files in data/pokedex/entries/ 2017-11-26 23:10:49 +01:00
engine Add MobileError-related labels 2017-11-26 11:35:13 +01:00
event
extras@2ae1ae2f19
gfx Move LoadOverworldFont to main.asm 2017-11-21 23:53:51 +01:00
home
items Adding place names to the PokeMart list to match item constants. 2017-08-30 17:04:02 -04:00
lib/mobile Revert "Fix floating sections" 2017-03-24 11:51:03 +00:00
macros
maps
menu
misc Add MobileError-related labels 2017-11-26 11:35:13 +01:00
predef
text
tilesets Fix comments in tilesets/roofs.asm 2017-11-08 00:10:02 +01:00
tools Build tools with -O3. 2017-09-24 15:08:44 -04:00
trainers
unknown CorrectErrorsInPlayerParty (unreferenced function) 2016-05-20 21:10:17 -04:00
.gitattributes
.gitignore
.gitmodules
.travis.yml
INSTALL.md
Makefile rgbds variables in the makefile 2017-10-22 02:12:13 -04:00
README.md Add Gen 3 disassemblies. 2017-09-04 19:41:13 -04:00
Vagrantfile
audio.asm
compare.sh
compare2.sh
constants.asm
gbhw.asm A stab at audio engine. 2015-12-06 22:36:09 -05:00
gfx.py fix animated pic dumps 2017-10-22 02:04:06 -04:00
home.asm
hram.asm hLCDCPointer and InitList 2016-06-13 22:53:33 -04:00
includes.asm Remove contents.asm 2017-09-24 03:15:01 -04:00
interrupts.asm
macros.asm
main.asm
maps.asm
pokecrystal.link
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