diff options
author | Treeki <treeki@gmail.com> | 2011-08-02 01:14:59 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2011-08-02 01:14:59 +0200 |
commit | ac061cb9e98351805c25c461bcb70b7bde272dc3 (patch) | |
tree | 71b0b8a94ae3d42a8681fd6e893ea29bc3455bdd /poweruphax.yaml | |
parent | ae4bf71a5bd08bdc2023db792c0ced87420afce8 (diff) | |
download | kamek-ac061cb9e98351805c25c461bcb70b7bde272dc3.tar.gz kamek-ac061cb9e98351805c25c461bcb70b7bde272dc3.zip |
Hammer Suit fixed
Diffstat (limited to '')
-rw-r--r-- | poweruphax.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/poweruphax.yaml b/poweruphax.yaml index 8e23c10..951d14c 100644 --- a/poweruphax.yaml +++ b/poweruphax.yaml @@ -172,6 +172,12 @@ hooks: src_addr_pal: 0x80AF117C
target_func: 'SetHammerToEnItemDCA'
+ - name: SetHammerToEnItemDCASpecial
+ type: branch_insn
+ branch_type: b
+ src_addr_pal: 0x80A2C0B4
+ target_func: 'SetHammerToEnItemDCASpecial'
+
- name: PlumberSetPowerupFix
type: branch_insn
branch_type: b
@@ -243,3 +249,10 @@ hooks: branch_type: bl
src_addr_pal: 0x80143884
target_func: 'GetPowerupScaleFloatAddr_r8_trash_r0_valshl2_r7_dest'
+
+ - name: FixPowerupSound
+ type: branch_insn
+ branch_type: bl
+ src_addr_pal: 0x80141334
+ target_func: 'FixPowerupSound'
+
|