From a1eebadc371ddc9d201cf119a303cb4a435fec64 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Tue, 10 Jan 2012 00:59:02 -0600 Subject: fix gbz80disasm to optionally load a module in analyze_texts hg-commit-id: 0504f841a9d5 --- extras/gbz80disasm.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extras/gbz80disasm.py') diff --git a/extras/gbz80disasm.py b/extras/gbz80disasm.py index e237441d..307905ef 100644 --- a/extras/gbz80disasm.py +++ b/extras/gbz80disasm.py @@ -3,7 +3,7 @@ #date: 2012-01-09 import extract_maps from copy import copy, deepcopy -from pretty_map_headers import random_hash +from pretty_map_headers import random_hash, map_name_cleaner spacing = " " temp_opt_table = [ @@ -712,4 +712,4 @@ if __name__ == "__main__": #0x18f96 is PalletTownText1 #0x19B5D is BluesHouseText1 - print output_bank_opcodes(0x1e374 + 1) + print output_bank_opcodes(0x1b40)[0] -- cgit v1.2.3