diff options
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 + |