mirror of https://github.com/pret/pokecrystal.git
gbz80disasm: bank 1 was being read as bank 0
This commit is contained in:
parent
aecce03834
commit
aed0202999
|
@ -595,8 +595,6 @@ def output_bank_opcodes(original_offset, max_byte_count=0x4000, include_last_add
|
|||
load_labels()
|
||||
load_rom()
|
||||
|
||||
bank_id = 0
|
||||
if original_offset > 0x8000:
|
||||
bank_id = original_offset / 0x4000
|
||||
if debug: print "bank id is: " + str(bank_id)
|
||||
|
||||
|
|
Loading…
Reference in New Issue