From 167d9baac351df5fe2af539bd9fff3ccdfe995fc Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Wed, 11 Jan 2012 12:20:16 -0600 Subject: fix asm for route 9 texts 1 through 9 inclusive hg-commit-id: e139dfb9a032 --- extras/analyze_incbins.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'extras') diff --git a/extras/analyze_incbins.py b/extras/analyze_incbins.py index 4d0c3fce..a4ca2b2b 100644 --- a/extras/analyze_incbins.py +++ b/extras/analyze_incbins.py @@ -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 -- cgit v1.2.3