Make use of MULTI_B_PRESSED constant. (#4)

This commit is contained in:
Jaizu 2023-08-16 14:49:44 +02:00 committed by GitHub
parent 6a622eb006
commit 693f7509bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -493,7 +493,7 @@ static void Task_HandleScrollingMultichoiceInput(u8 taskId)
case LIST_CANCEL:
if (!gTasks[taskId].data[1])
{
gSpecialVar_Result = 0x7F;
gSpecialVar_Result = MULTI_B_PRESSED;
done = TRUE;
}
break;