diff options
Diffstat (limited to '')
-rw-r--r-- | bugfixes.yaml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/bugfixes.yaml b/bugfixes.yaml index 023fb41..611bea3 100644 --- a/bugfixes.yaml +++ b/bugfixes.yaml @@ -355,4 +355,14 @@ hooks: # type: branch_insn
# branch_type: b
# src_addr_pal: 0x80248AD0
- # target_func: 'AnmChrConstructWrapper'
\ No newline at end of file + # target_func: 'AnmChrConstructWrapper'
+
+ - name: BroozerCrashAvoidance2
+ type: patch
+ addr_pal: 0x809EB284
+ data: '60000000'
+
+ - name: BroozerCrashAvoidance3
+ type: patch
+ addr_pal: 0x809EC5B4
+ data: '38600001'
|