mirror of https://github.com/pret/pokecrystal.git
abb9454307
It now only takes one numerical parameter, which is the offset of the target map relative to the source map, much like in AdvancedMap. This makes it easier to make connections and avoids having to calculate these values by hand, and/or "mess with the values 'till it works", as many have been doing thus far. It's just one, easy-to-understand value. To convert from the old macro to the new macro, just take the fourth and the fifth parameter, and calculate `<4th_param> - <5th_param>`. The result is the value required for the new macro. |
||
---|---|---|
audio | ||
constants | ||
data | ||
docs | ||
engine | ||
extras@2ae1ae2f19 | ||
gfx | ||
home | ||
lib/mobile | ||
macros | ||
maps | ||
mobile | ||
tools | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
FAQ.md | ||
INSTALL.md | ||
Makefile | ||
README.md | ||
STYLE.md | ||
audio.asm | ||
charmap.asm | ||
constants.asm | ||
gfx.py | ||
home.asm | ||
hram.asm | ||
macros.asm | ||
main.asm | ||
pokecrystal.link | ||
roms.sha1 | ||
sram.asm | ||
vram.asm | ||
wram.asm |
README.md
Pokémon Crystal
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
- FAQ
- Documentation
- Wiki (includes tutorials)
- Discord: pret
- IRC: freenode#pret
Other disassembly projects: