From 0406a12fdfaaa860336ad2bffb2411357dcd0448 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Wed, 2 May 2012 01:39:01 -0500 Subject: [PATCH] fix readme typo --- extras/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/README.md b/extras/README.md index f92ede466..00c2775c0 100644 --- 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