From 18f52b7cdcf957ff7c7eab902a8e90d7cf0935e9 Mon Sep 17 00:00:00 2001 From: xeons Date: Fri, 30 Mar 2012 21:55:29 -0500 Subject: fix a few things I did wrong hg-commit-id: 919adffe4381 --- extras/gbz80disasm.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'extras/gbz80disasm.py') diff --git a/extras/gbz80disasm.py b/extras/gbz80disasm.py index ae8f0f6f..80d169e5 100644 --- a/extras/gbz80disasm.py +++ b/extras/gbz80disasm.py @@ -604,8 +604,7 @@ def output_bank_opcodes(original_offset, max_byte_count=0x4000): bank_id = 0 if original_offset > 0x8000: bank_id = original_offset / 0x4000 - #print "bank id is: " + str(bank_id) - print "Function{0:x}:".format(original_offset); + print "bank id is: " + str(bank_id) last_hl_address = None #for when we're scanning the main map script last_a_address = None -- cgit v1.2.3