From 7a764499087df69076021d24045abc5b9fcf08aa Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Mon, 30 Jan 2012 14:29:23 -0600 Subject: remove some small incbins hg-commit-id: 2084c82c52ec --- extras/analyze_texts.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'extras/analyze_texts.py') 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: -- cgit v1.2.3