From 4f5575a645aaf540a82561f918d288f9569d52a4 Mon Sep 17 00:00:00 2001 From: Hyper <34012267+hyperbx@users.noreply.github.com> Date: Wed, 12 Feb 2025 23:31:34 +0000 Subject: [PATCH] Added more D-Pad hooks --- UnleashedRecompLib/config/SWA.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/UnleashedRecompLib/config/SWA.toml b/UnleashedRecompLib/config/SWA.toml index 55745fac..bb850946 100644 --- a/UnleashedRecompLib/config/SWA.toml +++ b/UnleashedRecompLib/config/SWA.toml @@ -667,6 +667,12 @@ name = "PostureDPadSupportXMidAsmHook" address = 0x8266B6AC registers = ["r29", "f0"] +# SWA::Player::CSonicStateStompingLand +[[midasm_hook]] +name = "PostureDPadSupportMidAsmHook" +address = 0x8231F824 +registers = ["r29", "f12", "f13"] + # SWA::Boss::Temple::CTemple (shared) [[midasm_hook]] name = "PostureDPadSupportMidAsmHook" @@ -685,6 +691,12 @@ name = "PostureDPadSupportMidAsmHook" address = 0x82A7B288 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 [[midasm_hook]] name = "PostureSpaceHurrierDPadSupportXMidAsmHook"