diff options
Diffstat (limited to '')
-rw-r--r-- | bugfixes.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bugfixes.yaml b/bugfixes.yaml index 9c6c46a..4b1e4e4 100644 --- a/bugfixes.yaml +++ b/bugfixes.yaml @@ -21,6 +21,11 @@ hooks: # branch_type: bl
# target_func: 'mpPauseFix2'
# src_addr_pal: 0x801410DC
+# - name: MPPauseFix3
+# type: branch_insn
+# branch_type: b
+# target_func: 'mpPauseFix3'
+# src_addr_pal: 0x801412A0
# - name: MPPauseFix4
# type: branch_insn
# branch_type: bl
|