From 736815507503d858cfc3a713b8e86e591c08e5ca Mon Sep 17 00:00:00 2001 From: yenatch Date: Wed, 15 May 2013 00:23:30 -0400 Subject: gbz80disasm: don't include comments on relative jumps original-commit-id: a6fee3622a9705d060cbe467bd32e425a1ff2bc4 --- gbz80disasm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gbz80disasm.py b/gbz80disasm.py index 6345099..6e8b915 100644 --- a/gbz80disasm.py +++ b/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] -- cgit v1.2.3