diff options
author | Colin Noga <Tempus@chronometry.ca> | 2013-06-05 16:29:08 -0500 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2013-06-05 16:29:08 -0500 |
commit | 51ece71399c424b8ecced389cad6297edd4412ec (patch) | |
tree | 2f7c60601ae337d70601bbf06e3d15ab724034d3 | |
parent | 4f8866bed88d7e8e184a285dc855590bc618230e (diff) | |
download | kamek-51ece71399c424b8ecced389cad6297edd4412ec.tar.gz kamek-51ece71399c424b8ecced389cad6297edd4412ec.zip |
Minor fixes
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'
|