Disassembly of Pokémon Crystal
Go to file
2017-12-29 16:19:51 +01:00
audio Consistently name unknown fields in macros/wram as Fieldxx 2017-12-29 16:19:51 +01:00
constants Consistently name unknown fields in macros/wram as Fieldxx 2017-12-29 16:19:51 +01:00
data Merge branch 'master' of https://github.com/pret/pokecrystal 2017-12-28 20:56:21 -05:00
docs Consistent (x, y) coordinate formatting in map scripts 2017-12-28 14:31:25 -05:00
engine Consistently name unknown fields in macros/wram as Fieldxx 2017-12-29 16:19:51 +01:00
extras@2ae1ae2f19
gfx Merge branch 'master' of https://github.com/pret/pokecrystal 2017-12-28 20:56:21 -05:00
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 Consistently name unknown fields in macros/wram as Fieldxx 2017-12-29 16:19:51 +01:00
maps Merge branch 'master' of https://github.com/pret/pokecrystal 2017-12-28 20:56:21 -05:00
mobile Clean up .Jumptable: spaces 2017-12-29 13:52:42 +01:00
text Split battle/ into data/ and engine/ components 2017-12-26 17:47:05 -05:00
tilesets endm -> ENDM 2017-12-28 22:31:16 +01:00
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
audio.asm Rename: emote_headers, sprite_headers, cry_headers, gfx_headers, tileset_headers 2017-12-26 12:50:32 -05:00
constants.asm Correct documentation 2017-12-26 22:36:01 -05:00
FAQ.md
gfx.py
home.asm Lowercase v for VRAM addresses 2017-12-28 13:32:33 +01:00
hram.asm Keep memory map values in hardware_constants.asm 2017-12-26 23:18:05 -05:00
includes.asm
INSTALL.md
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
Makefile Name mail graphics 2017-12-26 20:02:00 -05:00
maps.asm
pokecrystal.link Rename some sections 2017-12-26 22:57:19 -05:00
README.md
roms.sha1
sram.asm Keep memory map values in hardware_constants.asm 2017-12-26 23:18:05 -05:00
STYLE.md
version.asm
vram.asm Lowercase v for VRAM addresses 2017-12-28 13:32:33 +01:00
wram.asm Consistent if/else/endc (matches rept/endr) and DEF (matches BANK/HIGH/LOW) 2017-12-28 22:13:39 -05:00

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