mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
gbz80disasm: don't include comments on relative jumps
This commit is contained in:
parent
81e42e41da
commit
a6fee3622a
@ -718,7 +718,7 @@ def output_bank_opcodes(original_offset, max_byte_count=0x4000, include_last_add
|
|||||||
byte_labels[target_address]["definition"] = False
|
byte_labels[target_address]["definition"] = False
|
||||||
|
|
||||||
insertion = line_label2.lower()
|
insertion = line_label2.lower()
|
||||||
include_comment = True
|
include_comment = False
|
||||||
elif current_byte == 0x3e:
|
elif current_byte == 0x3e:
|
||||||
last_a_address = rom[offset + 1]
|
last_a_address = rom[offset + 1]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user