Disassembly of Pokémon Crystal
Go to file
Remy Oukaour 8d095cd5b8 Better names 2018-01-03 01:27:12 -05:00
audio Consistently name unknown fields in macros/wram as Fieldxx 2017-12-29 16:19:51 +01:00
constants Better names 2018-01-03 01:27:12 -05:00
data Better names 2018-01-03 01:27:12 -05:00
docs Bold 2018-01-01 18:44:08 -05:00
engine
extras@2ae1ae2f19
gfx
home
lib/mobile
macros dsprite always has 6 arguments 2018-01-02 18:06:56 -05:00
maps
mobile Move EZChat Pokémon order to data/ 2018-01-02 23:21:07 -05:00
text Split battle/ into data/ and engine/ components 2017-12-26 17:47:05 -05:00
tilesets Unused tileset animations stands out amid useful data 2018-01-01 18:49:53 -05:00
tools rebuild gfx and md5 when common.h changes 2017-12-28 01:25:46 -05:00
.gitattributes Fix marts using hard-coded bank number 2016-01-27 12:25:12 -05:00
.gitignore
.gitmodules
.travis.yml
FAQ.md fix markdown reference links 2017-12-24 21:27:20 -05:00
INSTALL.md Add an FAQ, and ive a bit more detail in Windows install instructions 2017-12-12 18:50:39 -05:00
Makefile
README.md
STYLE.md use realistic values for hardware/hram constant examples 2017-12-24 20:34:40 -05:00
audio.asm
constants.asm
gfx.py fix animated pic dumps 2017-10-22 02:04:06 -04:00
home.asm
hram.asm
includes.asm
macros.asm Remove redundant data/ filename prefixes 2017-12-27 01:29:15 -05:00
main.asm Consistent if/else/endc (matches rept/endr) and DEF (matches BANK/HIGH/LOW) 2017-12-28 22:13:39 -05:00
maps.asm
pokecrystal.link
roms.sha1 Use SHA1 to compare roms 2017-06-24 18:32:54 -04:00
sram.asm Keep memory map values in hardware_constants.asm 2017-12-26 23:18:05 -05:00
version.asm
vram.asm Lowercase v for VRAM addresses 2017-12-28 13:32:33 +01: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