Disassembly of Pokémon Crystal
Go to file
yenatch 0d682e076a Fix argument handling in *coord macros. Add a "percent" shortcut.
Random returns a value from 0 to 0xff.
Instead of doing extra work, most probabilities are out of 0xff.
Convert these from percentages at build time for readability.
2014-06-10 23:03:21 -07:00
audio
battle
constants
data
engine
event
extras@10fb7465e4
gfx
home
items
lib/mobile
maps
menu
misc
predef
text
tilesets
trainers
.gitattributes
.gitignore
.gitmodules
INSTALL.md
Makefile
README.md
audio.asm
compare.sh
constants.asm
contents.asm
gbhw.asm
home.asm
hram.asm
includes.asm
interrupts.asm
macros.asm
main.asm
maps.asm
maps_crystal.asm
pokecrystal.asm
preprocessor.py
prequeue.py
rst.asm
wram.asm

README.md

Pokémon Crystal

This is a disassembly of Pokémon Crystal.

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