summaryrefslogtreecommitdiff
path: root/gbz80disasm.py
diff options
context:
space:
mode:
Diffstat (limited to 'gbz80disasm.py')
-rw-r--r--gbz80disasm.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/gbz80disasm.py b/gbz80disasm.py
index 354490e..6345099 100644
--- a/gbz80disasm.py
+++ b/gbz80disasm.py
@@ -542,10 +542,11 @@ for line in temp_opt_table:
del line
end_08_scripts_with = [
+0xc9, #ret
+0xd9, #reti
0xe9, #jp hl
#0xc3, #jp
##0x18, #jr
-0xc9, #ret
###0xda, 0xe9, 0xd2, 0xc2, 0xca, 0xc3, 0x38, 0x30, 0x20, 0x28, 0x18, 0xd8, 0xd0, 0xc0, 0xc8, 0xc9
]
relative_jumps = [0x38, 0x30, 0x20, 0x28, 0x18, 0xc3, 0xda, 0xc2]