diff options
author | Treeki <treeki@gmail.com> | 2012-10-07 03:23:10 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-10-07 03:23:10 +0200 |
commit | 3de0e0bdf41fc05c15d21dfa67f267b0024ab4f0 (patch) | |
tree | 40d08a048fcdb4e82d2f4b490794546c5cceac0b /bugfixes.yaml | |
parent | 6f20c424220d32dcbbcd66cbf58ac93e9de7054c (diff) | |
download | kamek-3de0e0bdf41fc05c15d21dfa67f267b0024ab4f0.tar.gz kamek-3de0e0bdf41fc05c15d21dfa67f267b0024ab4f0.zip |
fixed the multiplayer pauses
Diffstat (limited to '')
-rw-r--r-- | bugfixes.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bugfixes.yaml b/bugfixes.yaml index ce2efc1..a979a19 100644 --- a/bugfixes.yaml +++ b/bugfixes.yaml @@ -3,6 +3,20 @@ # yaml, hasn't it...
source_files: [../src/randomcrap.S, ../src/music.cpp, ../src/fix38.S, ../src/nullsub.S, ../src/newer.cpp]
hooks:
+ - name: MPPauseFix1
+ type: branch_insn
+ 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
+ - name: MPDeathPauseFix
+ type: nop_insn
+ area_pal: 0x8013DA70
+
- name: FixMemoryLeaks
type: patch
addr_pal: 0x800E53E0
|