Go to file
Rangi 52651b0afb Use the same GFM Markdown parser for GitHub and GitHub Pages
By default GitHub uses GFM but GitHub Pages uses kramdown, which among other differences, does not support starting ordered lists at specific values.
2019-04-14 13:28:26 -04:00
.travis Fix travis 2019-02-10 01:56:48 +01:00
audio Format music macros like movement macros 2018-12-09 17:56:13 -05:00
constants TextBox -> Textbox 2019-04-09 16:09:18 +02:00
data Merge pull request #623 from mid-kid/patch-1 2019-04-13 11:50:43 -04:00
docs Use the same GFM Markdown parser for GitHub and GitHub Pages 2019-04-14 13:28:26 -04:00
engine Merge pull request #623 from mid-kid/patch-1 2019-04-13 11:50:43 -04:00
gfx TextBox -> Textbox 2019-04-09 16:09:18 +02:00
home TextBox -> Textbox 2019-04-09 16:09:18 +02:00
lib/mobile Update to rgbds 0.3.8 2019-02-16 12:17:55 -05:00
macros TextBox -> Textbox 2019-04-09 16:09:18 +02:00
maps Adding labels to placeholders (UnknownText, MovementData) in the maps folder (#618) 2019-04-13 11:49:42 -04:00
mobile Merge pull request #622 from mid-kid/master 2019-04-13 11:50:16 -04:00
tools Silence gcc warnings, even in Travis 2019-02-16 16:24:47 -05:00
.gitattributes Lowercase *.md 2018-09-23 14:03:55 -04:00
.gitignore Add more savegame stuff to gitignore 2018-10-11 11:39:09 +02:00
.gitmodules Remove the 'extras' submodule 2018-12-31 17:20:28 -05:00
.travis.yml Fix travis 2019-02-10 01:56:48 +01:00
audio.asm Fix triple newlines left over from removing address comments 2018-06-24 23:22:50 -04:00
charmap.asm Fix misnamed character codes 2018-07-18 10:55:30 +02:00
constants.asm Use labels instead of constants for HRAM 2018-08-25 14:28:22 -04:00
FAQ.md Mention another common error message from not updating rgbds 2019-03-10 22:52:55 -04:00
home.asm wMonStatusFlags -> wDebugFlags 2018-09-16 02:15:55 +02:00
hram.asm hFFEC is not an HRAM location 2019-03-03 15:07:00 -05:00
INSTALL.md Update to rgbds 0.3.8 2019-02-16 12:17:55 -05:00
macros.asm Legacy support macros 2018-02-02 22:24:50 -05:00
main.asm Split generic phone caller+callee text into individual NPCs 2018-12-30 19:20:45 -05:00
Makefile Keep the most relevant data at the top of the Makefile (the built filenames) 2018-12-31 18:08:37 -05:00
pokecrystal.link Create some battle tower SRAM labels 2019-04-12 13:58:49 +02:00
README.md Link to GitHub Pages documentation, not directly to docs/*.md files 2019-03-10 22:47:21 -04:00
roms.sha1 Use SHA1 to compare roms 2017-06-24 18:32:54 -04:00
sram.asm Create some battle tower SRAM labels 2019-04-12 13:58:49 +02:00
STYLE.md HRAM style 2018-08-26 17:52:19 -04:00
vram.asm Lowercase v for VRAM addresses 2017-12-28 13:32:33 +01:00
wram.asm Merge pull request #623 from mid-kid/patch-1 2019-04-13 11:50:43 -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

To set up the repository, see INSTALL.md.

See also

Other disassembly projects: