summaryrefslogtreecommitdiff
path: root/extras/gbz80disasm.py
diff options
context:
space:
mode:
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]