Switch to button macros
This commit is contained in:
@@ -170,7 +170,7 @@ static void Task_HandleMultichoiceInput(u8 taskId)
|
||||
else
|
||||
selection = Menu_ProcessInput();
|
||||
|
||||
if (gMain.newKeys & (DPAD_UP | DPAD_DOWN))
|
||||
if (JOY_NEW(DPAD_UP | DPAD_DOWN))
|
||||
{
|
||||
DrawLinkServicesMultichoiceMenu(tMultichoiceId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user