diff options
Diffstat (limited to '')
-rw-r--r-- | poweruphax.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/poweruphax.yaml b/poweruphax.yaml index f6b6102..a9c8c97 100644 --- a/poweruphax.yaml +++ b/poweruphax.yaml @@ -163,6 +163,12 @@ hooks: - name: DisableHat99Thing type: nop_insn area_pal: 0x80089D48 + + - name: DisableHatForHammer + type: branch_insn + branch_type: b + src_addr_pal: 0x800CA658 + target_func: 'DisableHatForHammer' - name: LetPlayerGetHammerItem type: branch_insn |