Added missing uses of JOY_xx macros

This commit is contained in:
Eduardo Quezada
2022-09-22 21:43:33 -03:00
parent d79252aa7f
commit 7e112b0f0d
5 changed files with 11 additions and 11 deletions

View File

@@ -1044,7 +1044,7 @@ static void Chat_HandleInput(void)
{
SetChatFunction(CHAT_FUNC_SWITCH);
}
else if (gMain.newAndRepeatedKeys & B_BUTTON)
else if (JOY_REPEAT(B_BUTTON))
{
if (sChat->bufferCursorPos)
{