mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
gbz80disasm: reti is an ender
This commit is contained in:
parent
3cf6603b45
commit
81e42e41da
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user