summaryrefslogtreecommitdiff
path: root/extras/gbz80disasm.py
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-05-15 00:23:30 -0400
committeryenatch <yenatch@gmail.com>2013-05-15 14:39:43 -0400
commita6fee3622a9705d060cbe467bd32e425a1ff2bc4 (patch)
tree158bdd419e54aa3f8382228ac42605fbbdbd91ab /extras/gbz80disasm.py
parent81e42e41da5a664aa528ad4f9284119456b15817 (diff)
gbz80disasm: don't include comments on relative jumps
Diffstat (limited to 'extras/gbz80disasm.py')
-rw-r--r--extras/gbz80disasm.py2
1 files changed, 1 insertions, 1 deletions
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]