Disassembly of Pokémon Crystal
Go to file
yenatch 8fc5aae88f travis: turn check-status back on 2017-12-28 22:23:13 -05:00
audio Align columns 2017-12-26 13:06:27 -05:00
constants Merge branch 'master' of https://github.com/pret/pokecrystal 2017-12-28 20:56:21 -05:00
data
docs Consistent (x, y) coordinate formatting in map scripts 2017-12-28 14:31:25 -05:00
engine
extras@2ae1ae2f19
gfx
home endm -> ENDM 2017-12-28 22:31:16 +01:00
lib/mobile Rename some sections 2017-12-26 22:57:19 -05:00
macros Consistent if/else/endc (matches rept/endr) and DEF (matches BANK/HIGH/LOW) 2017-12-28 22:13:39 -05:00
maps
mobile Consistent if/else/endc (matches rept/endr) and DEF (matches BANK/HIGH/LOW) 2017-12-28 22:13:39 -05:00
text
tilesets
tools rebuild gfx and md5 when common.h changes 2017-12-28 01:25:46 -05:00
.gitattributes
.gitignore Rename: gfx/pics → gfx/pokemon 2017-12-26 12:55:02 -05:00
.gitmodules
.travis.yml travis: turn check-status back on 2017-12-28 22:23:13 -05:00
FAQ.md fix markdown reference links 2017-12-24 21:27:20 -05:00
INSTALL.md
Makefile
README.md
STYLE.md use realistic values for hardware/hram constant examples 2017-12-24 20:34:40 -05:00
audio.asm Rename: emote_headers, sprite_headers, cry_headers, gfx_headers, tileset_headers 2017-12-26 12:50:32 -05:00
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 Rename some sections 2017-12-26 22:57:19 -05:00
roms.sha1
sram.asm
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