diff options
| author | Bryan Bishop <kanzure@gmail.com> | 2012-04-26 16:58:20 -0500 | 
|---|---|---|
| committer | Bryan Bishop <kanzure@gmail.com> | 2012-04-26 16:58:20 -0500 | 
| commit | 35cb2c4f8b87162aade436f8f326b7a65c7d33ca (patch) | |
| tree | 546a2521aac05556078da4d39ca8f516148f0699 /crystal.py | |
| parent | 53a9867201002bc77af7ae5dac9a3e193b9fe960 (diff) | |
rename textpre.py -> preprocessor.py
original-commit-id: 849c0d132d9a9a9b2414d5914f41a83820be8b11
Diffstat (limited to 'crystal.py')
| -rw-r--r-- | crystal.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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): | 
