mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-04 02:21:43 +13:00
Forced biking or surfing map handling functions
hg-commit-id: 7980878962c4
This commit is contained in:
parent
76311b6e54
commit
17d6c0d0f7
2 changed files with 83 additions and 5 deletions
|
|
@ -604,7 +604,8 @@ 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 "bank id is: " + str(bank_id)
|
||||
print "Function{0:x}:".format(original_offset);
|
||||
|
||||
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