diff options
author | Treeki <treeki@gmail.com> | 2012-08-28 04:44:49 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-08-28 04:44:49 +0200 |
commit | 2dc6dc90e21d12186bb1a88b81fd8f74baea4fbe (patch) | |
tree | 5edd508799edeeb02993f0b9f7bf38aa0291954b /poweruphax.yaml | |
parent | 80a9d3f3ab5a08447bbbde669e7a077ffc3f1178 (diff) | |
download | kamek-2dc6dc90e21d12186bb1a88b81fd8f74baea4fbe.tar.gz kamek-2dc6dc90e21d12186bb1a88b81fd8f74baea4fbe.zip |
hammer suit model
Diffstat (limited to '')
-rw-r--r-- | poweruphax.yaml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/poweruphax.yaml b/poweruphax.yaml index 08c000b..f6b6102 100644 --- a/poweruphax.yaml +++ b/poweruphax.yaml @@ -159,6 +159,10 @@ hooks: type: add_func_pointer src_addr_pal: 0x80AF1000 target_func: 'I_hammerModelName' + + - name: DisableHat99Thing + type: nop_insn + area_pal: 0x80089D48 - name: LetPlayerGetHammerItem type: branch_insn @@ -608,3 +612,34 @@ hooks: type: add_func_pointer target_func: 'ReturnNone' src_addr_pal: 0x80B81468 + + + + - name: BiggerAcPy + type: patch + addr_pal: 0x801443C8 + data: '3860 2D0C' + + - name: AcPyCtorHS + type: branch_insn + target_func: 'AcPyCtorHS' + src_addr_pal: 0x801447D4 + branch_type: b + + - name: AcPyDtorReplace + type: add_func_pointer + target_func: 'AcPyDtorHS' + src_addr_pal: 0x803257B0 + + - name: AcPySetMeUpHS + type: branch_insn + target_func: 'AcPySetMeUpHS' + src_addr_pal: 0x8014516C + branch_type: b + + - name: AcPyDrawHS + type: branch_insn + target_func: 'AcPyDrawHS' + src_addr_pal: 0x80145BE0 + branch_type: b + |