Disassembly of Pokémon Crystal
Go to file
Rangi a55bc33d67
Some checks are pending
CI / build (push) Waiting to run
Use features of RGBDS 1.0.0 (#1204)
- Use single-quoted character literals or `CHARVAL` when you need
  a character's numeric value; using strings as numbers is deprecated
- Use `?` to silence a node in warning/error location backtraces
- Use `===` and `!==` instead of `STRCMP`, and `++` instead of `STRCAT`
- Use `__SCOPE__` instead of checking for `..` and `.` separately
- Use `#string` instead of `"{string}"`
- All programs (rgbasm, rgblink, rgbfix, rgbgfx) support `-W` warnings
- `rgbgfx --colors dmg` is short for `rgbgfx --colors dmg=e4`
2025-11-12 15:43:54 -05:00
.github Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
audio
constants
data Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
docs
engine Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
gfx
home Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
lib/mobile Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
macros Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
maps
mobile Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
ram
tools Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
vc
.gitattributes
.gitignore
.rgbds-version Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
audio.asm
FAQ.md Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
home.asm
includes.asm
INSTALL.md Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
layout.link
main.asm
Makefile Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
ram.asm
README.md
rgbdscheck.asm Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
roms.sha1
STYLE.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
  • CGBBYTE1.784.patch sha1: a25517f60ca0e887d39ec698aa56a0040532a4b3

To set up the repository, see INSTALL.md.

See also

You can find us on Discord (pret, #pokecrystal).

For other pret projects, see pret.github.io.