fix readme typo

This commit is contained in:
Bryan Bishop 2012-05-02 01:39:01 -05:00
parent 6fa7fbc357
commit 0406a12fdf
1 changed files with 1 additions and 1 deletions

View File

@ -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