mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-07-21 09:50:32 -05:00
fix readme typo
original-commit-id: 0406a12fdfaaa860336ad2bffb2411357dcd0448
This commit is contained in:
parent
36e44c52ea
commit
78fb1059bb
|
|
@ -1,7 +1,7 @@
|
|||
Pokémon Crystal utilities and extras
|
||||
==============================
|
||||
|
||||
`crystal.py` parsees the ROM into classes and objects. It prmarily parses map headers, "second" map headers, map event headers, map script headers, map triggers, map "callbacks", map blockdata, xy triggers, warps, people-events, texts and scripts. The purpose of the file is to parse the ROM into python and then spit it back out with the global `to_asm()` method.
|
||||
`crystal.py` parses the ROM into classes and objects. It prmarily parses map headers, "second" map headers, map event headers, map script headers, map triggers, map "callbacks", map blockdata, xy triggers, warps, people-events, texts and scripts. The purpose of the file is to parse the ROM into python and then spit it back out with the global `to_asm()` method.
|
||||
|
||||
#### Simple ASM generation example
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user