diff --git a/UnleashedRecomp/patches/input_patches.cpp b/UnleashedRecomp/patches/input_patches.cpp index 9bc6350..0477b3c 100644 --- a/UnleashedRecomp/patches/input_patches.cpp +++ b/UnleashedRecomp/patches/input_patches.cpp @@ -304,7 +304,7 @@ bool WorldMapDeadzoneMidAsmHook(PPCRegister& pPadState) { auto pGuestPadState = (SWA::SPadState*)g_memory.Translate(pPadState.u32); - if (IsLeftStickThreshold(pGuestPadState)) + if (IsDPadThreshold(pGuestPadState) || IsLeftStickThreshold(pGuestPadState)) { g_worldMapCursorVelocityX = 0; g_worldMapCursorVelocityY = 0;