Disassembly of Pokémon Crystal
Go to file
Rangi 6f226f584c Identify link.asm WRAM labels based on ax6's research notes <https://pastebin.com/NTxjzKGQ> 2020-12-08 21:24:48 -05:00
.travis
audio
constants
data
docs FarString -> PlaceFarString, and document a BrokenPlaceFarString bug 2020-12-07 13:32:08 -05:00
engine Identify link.asm WRAM labels based on ax6's research notes <https://pastebin.com/NTxjzKGQ> 2020-12-08 21:24:48 -05:00
gfx
home
lib/mobile Remove "XXX" comments (various "???+" still mark unclear code) 2020-11-09 16:38:11 -05:00
macros Identify wBattleAnimTemp0-3 2020-11-09 15:05:14 -05:00
maps Identify more uses of wBuffer1-6 2020-11-03 19:53:07 -05:00
mobile Remove "XXX" comments (various "???+" still mark unclear code) 2020-11-09 16:38:11 -05:00
tools
.gitattributes
.gitignore Sync .gitignore with pokered and pokegold 2020-07-05 19:00:57 -04:00
.travis.yml rgbds has moved from rednex to gbdev 2020-09-15 08:36:11 -04:00
FAQ.md
INSTALL.md
Makefile
README.md
STYLE.md Update the style guide with new conventions and rgbasm possibilities 2020-10-26 22:35:40 -04:00
audio.asm Fix triple newlines left over from removing address comments 2018-06-24 23:22:50 -04:00
charmap.asm
constants.asm add_tm, add_hm, and add_mt define TM##_MOVE, HM##_MOVE, and MT##_MOVE constants, to avoid repeating the move names in tmhm_moves.asm 2020-07-06 16:53:05 -04:00
home.asm
hram.asm
layout.link
macros.asm
main.asm
rgbdscheck.asm
roms.sha1 Port pokegold's method of defining rgblink arguments per ROM 2020-07-13 16:11:59 -04:00
sram.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
  • Pokemon - Crystal Version (A) [C][!].gbc sha1: a0fc810f1d4e124434f7be2c989ab5b5892ddf36
  • CRYSTAL_ps3_010328d.bin sha1: c60d57a24bbe8ecf7cba54ab3f90669f97bd330d
  • CRYSTAL_ps3_us_revise_010710d.bin sha1: 391ae86b1d5a26db712ffe6c28bbf2a1f804c3c4

To set up the repository, see INSTALL.md.

See also

Other disassembly projects: