diff options
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
|