mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-12-19 14:32:19 +00:00
Added more D-Pad hooks (#390)
This commit is contained in:
parent
ab382deb04
commit
a54f850425
1 changed files with 12 additions and 0 deletions
|
|
@ -727,6 +727,12 @@ name = "PostureDPadSupportXMidAsmHook"
|
||||||
address = 0x8266B6AC
|
address = 0x8266B6AC
|
||||||
registers = ["r29", "f0"]
|
registers = ["r29", "f0"]
|
||||||
|
|
||||||
|
# SWA::Player::CSonicStateStompingLand
|
||||||
|
[[midasm_hook]]
|
||||||
|
name = "PostureDPadSupportMidAsmHook"
|
||||||
|
address = 0x8231F824
|
||||||
|
registers = ["r29", "f12", "f13"]
|
||||||
|
|
||||||
# SWA::Boss::Temple::CTemple (shared)
|
# SWA::Boss::Temple::CTemple (shared)
|
||||||
[[midasm_hook]]
|
[[midasm_hook]]
|
||||||
name = "PostureDPadSupportMidAsmHook"
|
name = "PostureDPadSupportMidAsmHook"
|
||||||
|
|
@ -745,6 +751,12 @@ name = "PostureDPadSupportMidAsmHook"
|
||||||
address = 0x82A7B288
|
address = 0x82A7B288
|
||||||
registers = ["r30", "f13", "f10"]
|
registers = ["r30", "f13", "f10"]
|
||||||
|
|
||||||
|
# SWA::Boss::Temple::CTempleStateBoost / SWA::Boss::Temple::CTempleStateDamage / SWA::Boss::Temple::CTempleStateGuard
|
||||||
|
[[midasm_hook]]
|
||||||
|
name = "PostureDPadSupportXMidAsmHook"
|
||||||
|
address = 0x82A72358
|
||||||
|
registers = ["r30", "f13"]
|
||||||
|
|
||||||
# SWA::Player::CSuperSonicPostureInputSpaceHurrier
|
# SWA::Player::CSuperSonicPostureInputSpaceHurrier
|
||||||
[[midasm_hook]]
|
[[midasm_hook]]
|
||||||
name = "PostureSpaceHurrierDPadSupportXMidAsmHook"
|
name = "PostureSpaceHurrierDPadSupportXMidAsmHook"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue