shithub: pokecrystal

Download patch

ref: 0406a12fdfaaa860336ad2bffb2411357dcd0448
parent: 6fa7fbc357722bccbfe5d2756f1d4b6821b2e476
author: Bryan Bishop <[email protected]>
date: Tue May 1 21:39:01 EDT 2012

fix readme typo

--- a/extras/README.md
+++ b/extras/README.md
@@ -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