diff options
author | Treeki <treeki@gmail.com> | 2012-10-07 23:12:21 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-10-07 23:12:21 +0200 |
commit | 95ab0db9d35cc7d558ab17cacd470be6d8dc4784 (patch) | |
tree | d7cf13ed18b8b5f8bef02681bb847b415d952ac7 | |
parent | b27b28693d38c0834faf121889a6990547a11f14 (diff) | |
download | kamek-95ab0db9d35cc7d558ab17cacd470be6d8dc4784.tar.gz kamek-95ab0db9d35cc7d558ab17cacd470be6d8dc4784.zip |
changed the MP pause thing
-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
|