mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
fix asm for route 9 texts 1 through 9 inclusive
hg-commit-id: e139dfb9a032
This commit is contained in:
parent
cd59b24ca9
commit
167d9baac3
2 changed files with 49 additions and 28 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue