Disassembly of Pokémon Crystal
Go to file
mid-kid e8079e6d48 Use "pkg" in termux instructions instead of "apt" directly 2024-04-06 08:59:21 +02: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 Fix inaccurate denotations to the concepts of tile, tile collision, and collision permission (#1078) 2024-01-07 14:51:27 +01:00
data Fix inaccurate denotations to the concepts of tile, tile collision, and collision permission (#1078) 2024-01-07 14:51:27 +01:00
docs Fix inaccurate denotations to the concepts of tile, tile collision, and collision permission (#1078) 2024-01-07 14:51:27 +01:00
engine Address PR suggestions (#1078) 2024-01-28 21:19:32 +01:00
gfx Require rgbds 0.6.0 2022-10-02 22:03:53 -04:00
home Fix inaccurate denotations to the concepts of tile, tile collision, and collision permission (#1078) 2024-01-07 14:51:27 +01:00
lib/mobile Label indirect access to rIE in lib/mobile 2023-02-21 19:50:36 +01:00
macros Legacy support for `refreshscreen` and `reloadmappart` 2024-01-29 18:58:05 -05:00
maps Fixed wrong text label (#1107) 2024-01-29 18:59:46 -05:00
mobile more accurate script names: refreshscreen -> reanchormap, and reloadmappart -> refreshmap (#1078) 2024-01-07 14:37:46 +01:00
ram Fix inaccurate denotations to the concepts of tile, tile collision, and collision permission (#1078) 2024-01-07 14:51:27 +01:00
tools Disable LodePNG auto-encoding the bpp2png image 2024-03-04 10:29:38 -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
FAQ.md Update to RGBDS 0.7.0 (#1101) 2024-01-03 10:58:53 -05:00
INSTALL.md Use "pkg" in termux instructions instead of "apt" directly 2024-04-06 08:59:21 +02:00
Makefile Update to RGBDS 0.7.0 (#1101) 2024-01-03 10:58:53 -05:00
README.md Replaced decomp list with pret.github.io link (#1081) 2023-11-17 20:22:40 -06:00
STYLE.md Add proposals for fixing STYLE.md (#941) 2022-06-17 22:41:16 -04:00
audio.asm Ensure linked songs are in the same bank (#1027) 2022-12-29 07:59:32 -06: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
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
ram.asm Require rgbds 0.6.0 2022-10-02 22:03:53 -04: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

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
  • 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.