diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-30 14:29:23 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-30 14:29:23 -0600 |
commit | 7a764499087df69076021d24045abc5b9fcf08aa (patch) | |
tree | 24b96e68d99f417bafb5a1f8be7db1245ed725e6 /extras | |
parent | f4b8782536cbc5d4d380f7fd4b5c5be8a64e2593 (diff) |
remove some small incbins
hg-commit-id: 2084c82c52ec
Diffstat (limited to 'extras')
-rw-r--r-- | extras/analyze_texts.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extras/analyze_texts.py b/extras/analyze_texts.py index 733d0d61..6a399bfb 100644 --- a/extras/analyze_texts.py +++ b/extras/analyze_texts.py @@ -65,6 +65,9 @@ def parse_text_script(text_pointer, text_id, map_id, txfar=False): offset = text_pointer commands = {} command_counter = 0 + + if extract_maps.rom == None: + extract_maps.load_rom() end = False while not end: |