Disassembly of Pokémon Crystal
Go to file
pikalaxalt ca01a92880 Fix indentation in many places 2016-06-07 08:13:08 -04:00
audio Placeholder non-generic names for engine/color functions 2016-05-11 09:49:03 -04:00
battle Some mystery gift functions 2016-06-07 08:08:51 -04:00
constants Fix indentation in many places 2016-06-07 08:13:08 -04:00
data Merge branch 'master' of https://github.com/pret/pokecrystal 2016-05-27 10:39:17 -04:00
engine Fix indentation in many places 2016-06-07 08:13:08 -04:00
event Unify directional movement macros 2016-05-14 13:46:14 -04:00
extras@2ae1ae2f19 Bump extras again to fix last bump. 2016-04-10 19:24:35 -04:00
gfx Name all functions in gfx/pics/animation.asm 2016-05-15 23:56:09 -04:00
home Fix indentation in many places 2016-06-07 08:13:08 -04:00
items Fix indentation in many places 2016-06-07 08:13:08 -04:00
lib/mobile Labeled every function in ROM0 that's referenced in the source 2016-05-10 12:31:49 -04:00
macros Unify directional movement macros 2016-05-14 13:46:14 -04:00
maps Unify directional movement macros 2016-05-14 13:46:14 -04:00
menu Remove trailing newlines. 2015-06-23 12:24:51 -06:00
misc Fix indentation in many places 2016-06-07 08:13:08 -04:00
predef Remaining layout constants 2016-06-06 18:23:00 -04:00
text More splitting of main.asm; remove unneeded rept 2 2016-05-04 11:46:23 -04:00
tilesets Labeled every function in ROM0 that's referenced in the source 2016-05-10 12:31:49 -04:00
trainers Labeled every function in ROM0 that's referenced in the source 2016-05-10 12:31:49 -04:00
unknown CorrectErrorsInPlayerParty (unreferenced function) 2016-05-20 21:10:17 -04:00
.gitattributes
.gitignore .gitignore: no more globals.asm 2014-02-01 20:42:43 -05:00
.gitmodules
INSTALL.md
Makefile
README.md
Vagrantfile
audio.asm Remove trailing newlines. 2015-06-23 12:24:51 -06:00
compare.sh
compare2.sh
constants.asm Name all printer functions 2016-05-11 17:16:03 -04:00
contents.asm
gbhw.asm
gfx.py gfx.py automatically converts tilesets to 128-px wide pngs 2016-05-17 23:01:43 -04:00
home.asm Port homecall macro 2016-05-27 10:41:59 -04:00
hram.asm Some mystery gift functions 2016-06-07 08:08:51 -04:00
includes.asm *_crystal.asm files are no longer needed to build crystal *.o. 2016-01-29 16:24:38 -05:00
interrupts.asm
macros.asm Port homecall macro 2016-05-27 10:41:59 -04:00
main.asm Remaining layout constants 2016-06-06 18:23:00 -04:00
maps.asm
roms.md5
rst.asm More splitting of main.asm; remove unneeded rept 2 2016-05-04 11:46:23 -04:00
scan_includes.py Add a custom scan_includes.py. 2016-04-10 19:19:58 -04:00
sram.asm More splitting of main.asm; remove unneeded rept 2 2016-05-04 11:46:23 -04:00
version.asm *_crystal.asm files are no longer needed to build crystal *.o. 2016-01-29 16:24:38 -05:00
vram.asm
wram.asm Remaining layout constants 2016-06-06 18:23:00 -04:00

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