diff options
author | Treeki <treeki@gmail.com> | 2013-02-07 03:45:25 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2013-02-07 03:45:25 +0100 |
commit | e7dd81b3099f6e3e592f51b923a9e9c3b82ff2ef (patch) | |
tree | aa520a3ae60d75de615c182863591fc3432c53d3 | |
parent | 6f4c1441bea125b95cc03e6497ffa0130daa4926 (diff) | |
download | kamek-e7dd81b3099f6e3e592f51b923a9e9c3b82ff2ef.tar.gz kamek-e7dd81b3099f6e3e592f51b923a9e9c3b82ff2ef.zip |
couple of fixes from bugfixes.yaml
Diffstat (limited to '')
-rw-r--r-- | bugfixes.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bugfixes.yaml b/bugfixes.yaml index 204ab16..097b80f 100644 --- a/bugfixes.yaml +++ b/bugfixes.yaml @@ -230,6 +230,11 @@ hooks: src_addr_pal: 0x80B00234
target_func: 'ReturnNone'
+ - name: DisableBowserPow
+ type: add_func_pointer
+ src_addr_pal: 0x80B7E854
+ target_func: 'ReturnNone'
+
- {name: PowEvent1, type: branch_insn, branch_type: b, src_addr_pal: 0x80892DFC, target_func: 'PowEvent'}
- {name: PowEvent2, type: branch_insn, branch_type: b, src_addr_pal: 0x80893044, target_func: 'PowEvent'}
@@ -238,3 +243,8 @@ hooks: - {name: FrontCrow, type: patch, addr_pal: 0x80ACF6A0, data: '45ABE000'} # 5500.0f
+ - name: DisableBigMetPenguinSlideIgnoring
+ type: patch
+ addr_pal: 0x809B6EF0
+ data: '38600000'
+
|