rename textpre.py -> preprocessor.py

This commit is contained in:
Bryan Bishop
2012-04-26 16:58:20 -05:00
parent 092baabdd4
commit 849c0d132d
4 changed files with 5 additions and 4 deletions

View File

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