Go to file
2016-10-29 01:57:58 +02:00
audio pitchoffset macro to replace forceoctave 2016-07-29 10:40:54 -04:00
battle Rename the variable at D264 2016-08-07 18:14:20 -04:00
constants pitchoffset macro to replace forceoctave 2016-07-29 10:40:54 -04:00
data Merge branch 'master' of https://github.com/pret/pokecrystal 2016-05-27 10:39:17 -04:00
engine Fix an incorrect comment regarding breeding 2016-10-29 01:52:13 +02:00
event hLCDCPointer and InitList 2016-06-13 22:53:33 -04:00
extras@2ae1ae2f19 Bump extras again to fix last bump. 2016-04-10 19:24:35 -04:00
gfx These are actually .1bpp files 2016-06-25 20:19:52 -04:00
home Merge branch 'master' of github.com:pret/pokecrystal 2016-07-29 10:40:57 -04:00
items Fix indentation in many places 2016-06-07 08:13:08 -04:00
lib/mobile Labeled every function in ROM0 that's referenced in the source 2016-05-10 12:31:49 -04:00
macros Movement macro enums are now relative 2016-07-29 10:48:27 -04:00
maps pitchoffset macro to replace forceoctave 2016-07-29 10:40:54 -04:00
menu Remove trailing newlines. 2015-06-23 12:24:51 -06:00
misc hLCDCPointer and InitList 2016-06-13 22:53:33 -04:00
predef Remaining layout constants 2016-06-06 18:23:00 -04:00
text pitchoffset macro to replace forceoctave 2016-07-29 10:40:54 -04:00
tilesets Labeled every function in ROM0 that's referenced in the source 2016-05-10 12:31:49 -04:00
trainers Labeled every function in ROM0 that's referenced in the source 2016-05-10 12:31:49 -04:00
unknown CorrectErrorsInPlayerParty (unreferenced function) 2016-05-20 21:10:17 -04:00
.gitattributes Fix marts using hard-coded bank number 2016-01-27 12:25:12 -05:00
.gitignore .gitignore: no more globals.asm 2014-02-01 20:42:43 -05:00
.gitmodules Restructured functions in main.asm to resemble the home functions they clone 2015-10-17 13:00:34 -04:00
audio.asm Remove trailing newlines. 2015-06-23 12:24:51 -06:00
compare2.sh Restore compare.sh with new version as compare2.sh 2015-11-04 20:29:11 -05:00
compare.sh Restore compare.sh with new version as compare2.sh 2015-11-04 20:29:11 -05:00
constants.asm Name all printer functions 2016-05-11 17:16:03 -04:00
contents.asm engine/stats_screen.asm 2015-11-19 23:38:16 -05:00
gbhw.asm A stab at audio engine. 2015-12-06 22:36:09 -05:00
gfx.py gfx.py automatically converts tilesets to 128-px wide pngs 2016-05-17 23:01:43 -04:00
home.asm hLCDCPointer and InitList 2016-06-13 22:53:33 -04:00
hram.asm hLCDCPointer and InitList 2016-06-13 22:53:33 -04:00
includes.asm *_crystal.asm files are no longer needed to build crystal *.o. 2016-01-29 16:24:38 -05:00
INSTALL.md Add a link to the irc in INSTALL.md. 2016-03-16 17:59:24 -04:00
interrupts.asm Remove trailing newlines. 2015-06-23 12:24:51 -06:00
macros.asm Port homecall macro 2016-05-27 10:41:59 -04:00
main.asm hLCDCPointer and InitList 2016-06-13 22:53:33 -04:00
Makefile Add a custom scan_includes.py. 2016-04-10 19:19:58 -04:00
maps.asm More labels cleanup in map scripts. 2016-04-07 04:13:59 -06:00
README.md Add a link to the irc in INSTALL.md. 2016-03-16 17:59:24 -04:00
roms.md5 make compare 2015-03-11 22:37:36 -07:00
rst.asm More splitting of main.asm; remove unneeded rept 2 2016-05-04 11:46:23 -04:00
scan_includes.py Add a custom scan_includes.py. 2016-04-10 19:19:58 -04:00
sram.asm More splitting of main.asm; remove unneeded rept 2 2016-05-04 11:46:23 -04:00
Vagrantfile make a vagrant box to make things easier 2014-07-23 22:42:04 -05:00
version.asm *_crystal.asm files are no longer needed to build crystal *.o. 2016-01-29 16:24:38 -05:00
vram.asm engine/pokegear.asm 2015-11-16 21:07:26 -05:00
wram.asm Fix some wrong comments regarding battle substatuses 2016-10-29 01:57:58 +02: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