remove some small incbins

hg-commit-id: 2084c82c52ec
This commit is contained in:
Bryan Bishop 2012-01-30 14:29:23 -06:00
parent f4b8782536
commit 7a76449908
2 changed files with 115 additions and 37 deletions

View file

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