summaryrefslogtreecommitdiff
path: root/extras/crystal.py
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-04-26 16:58:20 -0500
committerBryan Bishop <kanzure@gmail.com>2012-04-26 16:58:20 -0500
commit849c0d132d9a9a9b2414d5914f41a83820be8b11 (patch)
treed5a7a05a107665c03a32e2141046c69aea9cc319 /extras/crystal.py
parent092baabdd4555d7147559c2b989133c63a45fb31 (diff)
rename textpre.py -> preprocessor.py
Diffstat (limited to 'extras/crystal.py')
-rw-r--r--extras/crystal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/crystal.py b/extras/crystal.py
index 8f3487b15..08e0564ea 100644
--- a/extras/crystal.py
+++ b/extras/crystal.py
@@ -900,7 +900,7 @@ def find_text_addresses():
class EncodedText:
"""a sequence of bytes that, when decoded, represent readable text
- based on the chars table from textpre.py and other places"""
+ based on the chars table from preprocessor.py and other places"""
base_label = "UnknownRawText_"
def __init__(self, address, bank=None, map_group=None, map_id=None, debug=True, label=None):