Disassembly of Pokémon Crystal
Go to file
SoupPotato 184c53e8ca
Document SFX_RUN does not play correctly when a wild Pokemon flees from battle (#1099)
Co-authored-by: SoupPotato <22991349+SoupPotato@users.noreply.github.com>
2024-01-01 20:25:30 -06: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 Replace "¯" and "%" (breakable whitespace) with more meaningful charmap names (#1094) 2023-11-19 20:04:45 -05:00
docs Document SFX_RUN does not play correctly when a wild Pokemon flees from battle (#1099) 2024-01-01 20:25:30 -06:00
engine Document SFX_RUN does not play correctly when a wild Pokemon flees from battle (#1099) 2024-01-01 20:25:30 -06: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
.gitignore
audio.asm Ensure linked songs are in the same bank (#1027) 2022-12-29 07:59:32 -06:00
FAQ.md FAQ.md require 0.6.0 2022-10-02 23:29:47 -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 Clarify windows versions in INSTALL.md 2023-11-23 21:00:09 +01: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 Use rgbgfx -c embedded to extract palettes 2022-12-27 18:34:46 -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 Require rgbds 0.6.0 2022-10-02 22:03:53 -04:00
roms.sha1
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.