From a6fee3622a9705d060cbe467bd32e425a1ff2bc4 Mon Sep 17 00:00:00 2001 From: yenatch Date: Wed, 15 May 2013 00:23:30 -0400 Subject: [PATCH] gbz80disasm: don't include comments on relative jumps --- extras/gbz80disasm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/gbz80disasm.py b/extras/gbz80disasm.py index 634509973..6e8b91526 100644 --- a/extras/gbz80disasm.py +++ b/extras/gbz80disasm.py @@ -718,7 +718,7 @@ def output_bank_opcodes(original_offset, max_byte_count=0x4000, include_last_add byte_labels[target_address]["definition"] = False insertion = line_label2.lower() - include_comment = True + include_comment = False elif current_byte == 0x3e: last_a_address = rom[offset + 1]