Go to file
2022-03-02 21:39:13 -05:00
.github Require rgbds 0.5.2 2021-11-23 20:14:08 -05:00
audio Use ~X instead of $ff ^ X 2021-11-23 20:37:18 -05:00
constants Rename ENGINE_FISH_SWARM to ENGINE_QWILFISH_SWARM (#879) 2022-02-22 09:47:05 -05:00
data Use compound assignment operators 2021-11-23 20:18:08 -05:00
docs Rename GetPokedexEntryBank to HeavyBall_GetDexEntryBank 2022-02-22 17:11:33 -05:00
engine Rename GetPokedexEntryBank to HeavyBall_GetDexEntryBank 2022-02-22 17:11:33 -05:00
gfx Add assertions to some more tables 2021-10-24 18:28:54 -04:00
home Enumerate MobileAPI function constants 2022-01-23 18:13:41 +00:00
lib/mobile Enumerate MobileAPI function constants 2022-01-23 18:13:41 +00:00
macros Don't require a boolean trainer flag for givepoke 2022-01-10 21:16:34 -05:00
maps Rename ENGINE_FISH_SWARM to ENGINE_QWILFISH_SWARM (#879) 2022-02-22 09:47:05 -05:00
mobile Enumerate MobileAPI function constants 2022-01-23 18:13:41 +00:00
tools Rename *_verbose functions to idiomatic x* 2022-03-02 21:39:13 -05:00
.gitattributes Remove empty .gitmodules 2020-02-23 15:15:07 -05:00
.gitignore Sync .gitignore with pokered and pokegold 2020-07-05 19:00:57 -04:00
audio.asm Fix triple newlines left over from removing address comments 2018-06-24 23:22:50 -04:00
charmap.asm Correct some filename comments 2020-11-17 11:12:21 -05:00
constants.asm Verify data table sizes with table_width and assert_table_length macros 2021-03-04 00:15:03 -05:00
FAQ.md Require rgbds 0.5.2 2021-11-23 20:14:08 -05:00
home.asm Create home/header.asm 2020-02-23 14:28:21 +01:00
hram.asm Remove "Buffer" suffix from two HRAM labels 2020-12-23 16:54:28 -05:00
INSTALL.md Require rgbds 0.5.2 2021-11-23 20:14:08 -05:00
layout.link Require rgbds 0.5.1 2021-05-09 12:26:28 -04:00
macros.asm Verify data table sizes with table_width and assert_table_length macros 2021-03-04 00:15:03 -05:00
main.asm Group miscellaneous graphics from main.asm into their own object file 2021-04-13 12:51:27 -04:00
Makefile Require rgbds 0.5.2 2021-11-23 20:14:08 -05:00
README.md Kill Freenode. 2021-10-08 04:40:47 -06:00
rgbdscheck.asm Require rgbds 0.5.2 2021-11-23 20:14:08 -05:00
roms.sha1 Port pokegold's method of defining rgblink arguments per ROM 2020-07-13 16:11:59 -04:00
sram.asm Use compound assignment operators 2021-11-23 20:18:08 -05:00
STYLE.md Update the style guide with new conventions and rgbasm possibilities 2020-10-26 22:35:40 -04:00
vram.asm Use {interpolation} to generate sequences of RAM labels 2021-04-27 12:11:39 -04:00
wram.asm Clarify how wCurBattleMon works (#880) 2022-02-22 09:48:29 -05: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

To set up the repository, see INSTALL.md.

See also

Other disassembly projects: