diff options
Diffstat (limited to 'poweruphax.yaml')
-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'
+
|