Go to file
yenatch 7f0f21b1fc Get rid of globals.asm
This breaks the build until labels are exported again!
2014-02-01 13:55:48 -05:00
audio audio: note duration from 0-15 to 1-16 to match pokered 2013-12-28 20:32:05 -05:00
battle use constants for berserk gene, kings rock, scope lens effects 2014-01-20 00:07:51 -05:00
constants enumerate type constants 2014-01-05 08:24:19 -05:00
engine Map setup scripts and commands 2014-01-26 22:07:19 -05:00
event split out poke seer special into event/poke_seer.asm 2013-12-22 17:19:54 -05:00
extras@70cd4f7c00 bump pokemontools for sound macro changes 2013-12-28 20:33:46 -05:00
gfx flower animation graphics 2013-12-26 02:48:00 -05:00
home Map setup scripts and commands 2014-01-26 22:07:19 -05:00
items rename Function0x{} labels to Function{} for consistency 2013-12-31 04:10:49 -05:00
lib/mobile * fixed call and jump labels in home bank 2013-10-02 07:11:54 +02:00
maps poke seer special 2013-12-22 17:17:33 -05:00
menu move mon icons into menu/mon_icons.asm 2013-09-18 20:58:32 -04:00
misc split gbc-only screen into misc/gbc_only.asm 2013-12-22 06:00:34 -05:00
predef item effect incbins 2013-12-24 17:11:52 -05:00
stats evolution prerequisites and no more incbins in item effects 2013-12-24 20:49:14 -05:00
text buena text 2013-11-22 05:38:52 -05:00
tilesets clean up incbins in tileset animations 2013-12-26 03:21:29 -05:00
trainers move some labels into included files 2013-12-18 01:14:48 -05:00
.gitattributes don't diff .pal files as binary data 2013-12-20 00:28:14 -05:00
.gitignore reorganize .gitignore 2013-12-27 22:26:10 -05:00
.gitmodules Move extras/ into a git submodule. 2013-08-03 13:44:03 -05:00
audio.asm audio.o and misc/crystal_misc.o 2013-11-29 01:51:27 -05:00
compare.sh Disassemble Kris's PC. 2013-05-22 01:11:07 -06:00
constants.asm move type constants into constants/type_constants.asm 2014-01-05 08:13:43 -05:00
contents.asm move blockdata into maps.asm 2013-12-20 21:21:43 -05:00
gbhw.asm some oam constants 2013-12-01 16:40:56 -05:00
home.asm no more Public in joypad interface labels 2013-12-22 17:30:35 -05:00
hram.asm serial hram constants 2013-08-28 04:28:45 -04:00
includes.asm Get rid of globals.asm 2014-02-01 13:55:48 -05:00
init.sh init.sh: sudo pip install and make sure rgbds man dirs exist 2013-12-11 21:58:51 -05:00
INSTALL.md build time is a lot faster now 2013-12-20 02:48:46 -05:00
interrupts.asm split out hardware interrupts 2013-09-03 17:57:47 -04:00
macros.asm audio: note duration from 0-15 to 1-16 to match pokered 2013-12-28 20:32:05 -05:00
main.asm Merge remote-tracking branch 'kanzure/master' 2014-02-01 02:45:07 -05:00
Makefile Get rid of globals.asm 2014-02-01 13:55:48 -05:00
maps_crystal.asm maps.o and stats/pokedex/entries.o 2013-11-27 14:45:42 -05:00
maps.asm move blockdata into maps.asm 2013-12-20 21:21:43 -05:00
pokecrystal.asm forgot the new pokecrystal.asm 2013-11-23 14:49:37 -05:00
preprocessor.py Get rid of globals.asm 2014-02-01 13:55:48 -05:00
prequeue.py Get rid of globals.asm 2014-02-01 13:55:48 -05:00
README.md rewrite readme and install; init.sh for install 2013-12-09 05:48:35 -05:00
rst.asm split out rst vectors 2013-09-03 18:17:33 -04:00
wram.asm label overworld loop functions 2013-12-27 05:56:23 -05:00

Pokémon Crystal

This is a disassembly of Pokémon Crystal.

The source code in this project successfully converts back into a ROM image.

The following rom is used as a base:

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

To set up the repository, see INSTALL.md.

See also