diff options
-rw-r--r-- | bugfixes.yaml | 16 | ||||
-rw-r--r-- | src/randomcrap.S | 3 |
2 files changed, 14 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
diff --git a/src/randomcrap.S b/src/randomcrap.S index 63363de..e0530c8 100644 --- a/src/randomcrap.S +++ b/src/randomcrap.S @@ -64,6 +64,9 @@ mpPauseFix2: ori r5, r5, continueFromMpPauseFix2@l b mpPauseFix +.global mpPauseFix4 +mpPauseFix4: + b CheckIfSinglePlayer .extern CheckIfSinglePlayer mpPauseFix: |