mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-01 09:07:56 +13:00
fix a few things I did wrong
hg-commit-id: 919adffe4381
This commit is contained in:
parent
17d6c0d0f7
commit
18f52b7cdc
2 changed files with 13 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue