ref: a6fee3622a9705d060cbe467bd32e425a1ff2bc4
parent: 81e42e41da5a664aa528ad4f9284119456b15817
author: yenatch <[email protected]>
date: Tue May 14 20:23:30 EDT 2013
gbz80disasm: don't include comments on relative jumps
--- a/extras/gbz80disasm.py
+++ b/extras/gbz80disasm.py
@@ -718,7 +718,7 @@
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]