fix asm for route 9 texts 1 through 9 inclusive

hg-commit-id: e139dfb9a032
This commit is contained in:
Bryan Bishop 2012-01-11 12:20:16 -06:00
parent cd59b24ca9
commit 167d9baac3
2 changed files with 49 additions and 28 deletions

View file

@ -7,7 +7,11 @@ import sys, os
from copy import copy, deepcopy
import subprocess
from extract_maps import rom, assert_rom, load_rom, calculate_pointer, load_map_pointers, read_all_map_headers, map_headers
from pretty_map_headers import map_header_pretty_printer, map_name_cleaner
try:
from pretty_map_headers import map_header_pretty_printer, map_name_cleaner
except Exception:
pass
#store each line of source code here
asm = None