Disassembly of Pokémon Crystal
Go to file
vulcandth 30739842af Document Tackle is missing part of its hit animation
Co-Authored-By: SoupPotato <22991349+SoupPotato@users.noreply.github.com>
2024-01-03 15:41:28 +01:00
.github CI copy `.map` files to symbols branch 2023-08-22 18:47:12 -05:00
audio Fix macro definitiosn for unused commands 2023-05-06 20:12:45 -04:00
constants Replace "¯" and "%" (breakable whitespace) with more meaningful charmap names (#1094) 2023-11-19 20:04:45 -05:00
data Document Tackle is missing part of its hit animation 2024-01-03 15:41:28 +01:00
docs Document Tackle is missing part of its hit animation 2024-01-03 15:41:28 +01:00
engine Fix magic numbers in Celebi event code 2024-01-03 15:34:29 +01:00
gfx Require rgbds 0.6.0 2022-10-02 22:03:53 -04:00
home Replace "¯" and "%" (breakable whitespace) with more meaningful charmap names (#1094) 2023-11-19 20:04:45 -05: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 mobile-related labels (#1061) 2023-07-26 19:59:00 -05:00
mobile Replace "¯" and "%" (breakable whitespace) with more meaningful charmap names (#1094) 2023-11-19 20:04:45 -05:00
ram Sync sprite and battle anim consts/labels (#1055) 2023-09-17 13:09:28 -05: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
FAQ.md FAQ.md require 0.6.0 2022-10-02 23:29:47 -05:00
INSTALL.md Clarify windows versions in INSTALL.md 2023-11-23 21:00:09 +01:00
Makefile Use `rgbgfx -c embedded` to extract palettes 2022-12-27 18:34:46 -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 Require rgbds 0.6.0 2022-10-02 22:03:53 -04: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.