Disassembly of Pokémon Crystal
Go to file
Rangi42 961fad9e15 Fix `AI_Smart_Curse` labels
Fixes #1130
2024-10-17 17:12:19 -04:00
.github GitHub Actions needs libpng-dev installed for rgbds 2024-10-16 10:16:20 -04:00
audio Identify various "????"s (#1125) 2024-06-11 20:54:45 -04:00
constants Rename Bill's brother to Bill's older sister (#1132) 2024-10-17 17:03:29 -04:00
data Rename Bill's brother to Bill's older sister (#1132) 2024-10-17 17:03:29 -04:00
docs Correct Moon Ball bug documentation (#1133) 2024-10-17 17:00:59 -04:00
engine Fix `AI_Smart_Curse` labels 2024-10-17 17:12:19 -04:00
gfx Require rgbds 0.6.0 2022-10-02 22:03:53 -04:00
home Rename wram_constants.asm to ram_constants.asm 2024-05-22 21:07:37 -04:00
lib/mobile Label indirect access to rIE in lib/mobile 2023-02-21 19:50:36 +01:00
macros Rename `dt` and `dd` to `bigdt` and `bigdd` (#1141) 2024-10-17 14:52:47 -04:00
maps Rename Bill's brother to Bill's older sister (#1132) 2024-10-17 17:03:29 -04:00
mobile Rename `dt` and `dd` to `bigdt` and `bigdd` (#1141) 2024-10-17 14:52:47 -04:00
ram Label the unused daily flag (#1143) 2024-09-26 00:17:12 -04:00
tools Refactor gbcpal.c 2024-10-17 14:19:15 -04:00
vc Use bankless symbols for VC constants 2024-08-04 21:04:25 -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 Generate Unown sprite palette based on all front+back sprites (#1146) 2024-10-17 13:39:33 -04:00
README.md Renamed pokemon-asm-tools to gb-asm-tools 2024-10-09 09:20:16 -04: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 Rename wram_constants.asm to ram_constants.asm 2024-05-22 21:07:37 -04: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.