diff options
author | Treeki <treeki@gmail.com> | 2013-01-19 00:12:33 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2013-01-19 00:12:33 +0100 |
commit | 15afe4d423d3966b90f6c72b9cdc06914b0ac363 (patch) | |
tree | 85cb6490a0d6c26bc5b202788f119e34feeed805 /poweruphax.yaml | |
parent | 1e2fe2181af8215e6da3f55d0350385d0af2f7e0 (diff) | |
download | kamek-15afe4d423d3966b90f6c72b9cdc06914b0ac363.tar.gz kamek-15afe4d423d3966b90f6c72b9cdc06914b0ac363.zip |
hammer model added
Diffstat (limited to '')
-rw-r--r-- | poweruphax.yaml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/poweruphax.yaml b/poweruphax.yaml index 7d88437..8545048 100644 --- a/poweruphax.yaml +++ b/poweruphax.yaml @@ -954,3 +954,34 @@ hooks: src_addr_pal: 0x807B2524 target_func: 'UpdateSIS' +# And now, the item itself + + - name: AddIHammer1 + type: add_func_pointer + src_addr_pal: 0x80983334 + target_func: 'I_hammerArcFilename' + - name: ReplaceLostPropellerModel + type: add_func_pointer + src_addr_pal: 0x80983350 + target_func: 'I_propeller_model' + - name: InsertLostG3D + type: branch_insn + branch_type: bl + src_addr_pal: 0x808D4C80 + target_func: 'InsertLostG3D' + - name: AddPtrToSIHammer + type: add_func_pointer + src_addr_pal: 0x809833D4 + target_func: 'SI_hammer' + + - name: SkawoHatesMe + type: branch_insn + branch_type: bl + src_addr_pal: 0x808D4CCC + target_func: 'SkawoHatesMe' + - name: SkawoStillHatesMe + type: branch_insn + branch_type: bl + src_addr_pal: 0x808D4CEC + target_func: 'SkawoStillHatesMe' + |