Disassembly of Pokémon Crystal
Go to file
2024-01-07 14:06:40 +01:00
.github Update to RGBDS 0.7.0 (#1101) 2024-01-03 10:58:53 -05:00
audio Fix macro definitiosn for unused commands 2023-05-06 20:12:45 -04:00
constants Improve some innacurate function names, labels, and comments (#1078) 2024-01-07 13:36:28 +01:00
data Improve some innacurate function names, labels, and comments (#1078) 2024-01-07 13:36:05 +01:00
docs Update to RGBDS 0.7.0 (#1101) 2024-01-03 10:58:53 -05:00
engine In labels, stick to Place for text without delay, and Print for text with letter delay (#1078) 2024-01-07 14:06:40 +01:00
gfx Require rgbds 0.6.0 2022-10-02 22:03:53 -04:00
home In labels, stick to Place for text without delay, and Print for text with letter delay (#1078) 2024-01-07 14:06:40 +01:00
lib/mobile Label indirect access to rIE in lib/mobile 2023-02-21 19:50:36 +01:00
macros Replace "¯" and "%" (breakable whitespace) with more meaningful charmap names (#1094) 2023-11-19 20:04:45 -05:00
maps Improve some innacurate function names, labels, and comments (#1078) 2024-01-07 13:36:05 +01:00
mobile In labels, stick to Place for text without delay, and Print for text with letter delay (#1078) 2024-01-07 14:06:40 +01:00
ram Improve some innacurate function names, labels, and comments (#1078) 2024-01-07 13:36:28 +01:00
tools Refactor tools/dupeframes.py 2023-11-23 00:14:10 -05:00
vc Require rgbds 0.6.0 2022-10-02 22:03:53 -04:00
.gitattributes Build the Virtual Console patch with make crystal11_vc (#882) 2022-03-12 18:34:04 -05:00
.gitignore Build the Virtual Console patch with make crystal11_vc (#882) 2022-03-12 18:34:04 -05:00
audio.asm Ensure linked songs are in the same bank (#1027) 2022-12-29 07:59:32 -06:00
FAQ.md Update to RGBDS 0.7.0 (#1101) 2024-01-03 10:58:53 -05:00
home.asm Require rgbds 0.6.0 2022-10-02 22:03:53 -04:00
includes.asm charmap.asm should come first so other files can use them 2023-11-22 20:55:47 -05:00
INSTALL.md Update to RGBDS 0.7.0 (#1101) 2024-01-03 10:58:53 -05:00
layout.link Some Mobile code labeling and removed magic numbers (#993) 2022-09-14 19:49:58 -05:00
main.asm Sync sprite and battle anim consts/labels (#1055) 2023-09-17 13:09:28 -05:00
Makefile Update to RGBDS 0.7.0 (#1101) 2024-01-03 10:58:53 -05:00
ram.asm Require rgbds 0.6.0 2022-10-02 22:03:53 -04:00
README.md Replaced decomp list with pret.github.io link (#1081) 2023-11-17 20:22:40 -06:00
rgbdscheck.asm Update to RGBDS 0.7.0 (#1101) 2024-01-03 10:58:53 -05:00
roms.sha1 Build the Virtual Console patch with make crystal11_vc (#882) 2022-03-12 18:34:04 -05:00
STYLE.md Add proposals for fixing STYLE.md (#941) 2022-06-17 22:41:16 -04: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
  • 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.