diff options
Diffstat (limited to 'bugfixes.yaml')
-rw-r--r-- | bugfixes.yaml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/bugfixes.yaml b/bugfixes.yaml index 39cfe49..122d672 100644 --- a/bugfixes.yaml +++ b/bugfixes.yaml @@ -8,11 +8,13 @@ hooks: branch_type: bl
target_func: 'mpPauseFix1'
src_addr_pal: 0x801410C4
- - name: MPPauseFix2
- type: branch_insn
- branch_type: bl
- target_func: 'mpPauseFix2'
- src_addr_pal: 0x801410DC
+#This one disables the player freezing and doing the grow animation
+#skawo didn't like it
+# - name: MPPauseFix2
+# type: branch_insn
+# branch_type: bl
+# target_func: 'mpPauseFix2'
+# src_addr_pal: 0x801410DC
- name: MPDeathPauseFix
type: nop_insn
area_pal: 0x8013DA70
|