diff options
author | Treeki <treeki@gmail.com> | 2012-10-07 04:09:48 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-10-07 04:09:48 +0200 |
commit | 4dd473d8132d44f6d11e23fb682f419a4c2eab1e (patch) | |
tree | 5bcaac1bf9778443f06e154bd5c5c8e81f744eae /poweruphax.yaml | |
parent | ca0c9bcb0ff52cb1a9dbeb66a9065b855f1c365f (diff) | |
download | kamek-4dd473d8132d44f6d11e23fb682f419a4c2eab1e.tar.gz kamek-4dd473d8132d44f6d11e23fb682f419a4c2eab1e.zip |
half assed fix for the hammer suit cap thing
Diffstat (limited to 'poweruphax.yaml')
-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 |