Go to file
2015-07-18 00:05:14 -07:00
audio Remove trailing newlines. 2015-06-23 12:24:51 -06:00
battle Labels for the heal machine; spriteface constants. 2015-06-26 23:24:55 -07:00
constants Fix the Nurse std comments. 2015-06-26 23:17:10 -07:00
data Remove trailing newlines. 2015-06-23 12:24:51 -06:00
engine Fix filenames and use pngs for credits graphics. 2015-07-18 00:05:14 -07:00
event Improve some signpost labels. 2015-06-25 22:01:08 -06:00
extras@bf76a6b84a Add a script to convert project-specific graphics. 2015-06-28 23:53:49 -07:00
gfx Fix filenames and use pngs for credits graphics. 2015-07-18 00:05:14 -07:00
home Remove trailing newlines. 2015-06-23 12:24:51 -06:00
items Remove trailing newlines. 2015-06-23 12:24:51 -06:00
lib/mobile Remove trailing newlines. 2015-06-23 12:24:51 -06:00
macros Use charmaps for special string codepoints. 2015-06-27 22:53:38 -07:00
maps Use charmaps for special string codepoints. 2015-06-27 22:53:38 -07:00
menu Remove trailing newlines. 2015-06-23 12:24:51 -06:00
misc Use charmaps for special string codepoints. 2015-06-27 22:53:38 -07:00
predef Remove trailing newlines. 2015-06-23 12:24:51 -06:00
text Use charmaps for special string codepoints. 2015-06-27 22:53:38 -07:00
tilesets Merge branch 'tilesets' into master 2015-06-26 11:00:39 -07:00
trainers Remove trailing newlines. 2015-06-23 12:24:51 -06:00
unknown Get rid of baserom incbins in main.asm. 2015-03-11 18:33:20 -07:00
.gitattributes don't diff .pal files as binary data 2013-12-20 00:28:14 -05:00
.gitignore .gitignore: no more globals.asm 2014-02-01 20:42:43 -05:00
.gitmodules Move extras/ into a git submodule. 2013-08-03 13:44:03 -05:00
audio.asm Remove trailing newlines. 2015-06-23 12:24:51 -06:00
compare.sh compare.sh: diff -u 2014-02-05 18:41:04 -05:00
constants.asm Begin enumerating std_scripts constants. 2015-06-23 14:21:54 -06:00
contents.asm Remove trailing newlines. 2015-06-23 12:24:51 -06:00
crystal11.asm Add the ability to build Crystal 1.1. 2015-02-14 01:51:34 -07:00
gbhw.asm Remove trailing newlines. 2015-06-23 12:24:51 -06:00
gfx.py Add a script to convert project-specific graphics. 2015-06-28 23:53:49 -07:00
home.asm Remove trailing newlines. 2015-06-23 12:24:51 -06:00
hram.asm Remove trailing newlines. 2015-06-23 12:24:51 -06:00
includes.asm Get rid of globals.asm 2014-02-01 13:55:48 -05:00
INSTALL.md mention python2.7 requirement 2015-06-09 10:44:24 -05:00
interrupts.asm Remove trailing newlines. 2015-06-23 12:24:51 -06:00
macros.asm Merge branch 'gfx-tweaks' 2015-05-18 02:23:17 -07:00
main.asm Fix filenames and use pngs for credits graphics. 2015-07-18 00:05:14 -07:00
Makefile Add a script to convert project-specific graphics. 2015-06-28 23:53:49 -07:00
maps_crystal.asm Remove trailing newlines. 2015-06-23 12:24:51 -06:00
maps.asm Remove trailing newlines. 2015-06-23 12:24:51 -06:00
pokecrystal.asm forgot the new pokecrystal.asm 2013-11-23 14:49:37 -05:00
README.md builds both 1.0 and 1.1 2015-03-11 22:35:47 -07:00
roms.md5 make compare 2015-03-11 22:37:36 -07:00
rst.asm Remove trailing newlines. 2015-06-23 12:24:51 -06:00
Vagrantfile make a vagrant box to make things easier 2014-07-23 22:42:04 -05:00
wram11.asm Add the ability to build Crystal 1.1. 2015-02-14 01:51:34 -07:00
wram.asm w-prefix the new PokegearFlags variable. 2015-05-18 03:15:45 -06:00

Pokémon Crystal

This is a disassembly of Pokémon Crystal.

It builds the following roms:

  • Pokemon - Crystal Version (UE) (V1.0) [C][!].gbc md5: 9f2922b235a5eeb78d65594e82ef5dde
  • Pokemon - Crystal Version (UE) (V1.1) [C][!].gbc md5: 301899b8087289a6436b0a241fbbb474

To set up the repository, see INSTALL.md.

See also