diff options
Diffstat (limited to '')
-rw-r--r-- | bugfixes.yaml | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/bugfixes.yaml b/bugfixes.yaml index e5e4a9a..9c6c46a 100644 --- a/bugfixes.yaml +++ b/bugfixes.yaml @@ -9,11 +9,11 @@ hooks: src_addr_pal: 0x8010191C
target_func: 'TitleScreenFucker'
- - name: MPPauseFix1
- type: branch_insn
- branch_type: bl
- target_func: 'mpPauseFix1'
- src_addr_pal: 0x801410C4
+# - name: MPPauseFix1
+# type: branch_insn
+# branch_type: bl
+# target_func: 'mpPauseFix1'
+# src_addr_pal: 0x801410C4
#This one disables the player freezing and doing the grow animation
#skawo didn't like it
# - name: MPPauseFix2
@@ -21,6 +21,12 @@ hooks: # branch_type: bl
# target_func: 'mpPauseFix2'
# src_addr_pal: 0x801410DC
+# - name: MPPauseFix4
+# type: branch_insn
+# branch_type: bl
+# target_func: 'mpPauseFix4'
+# src_addr_pal: 0x8014169C
+
- name: MPDeathPauseFix
type: nop_insn
area_pal: 0x8013DA70
|