Make use of MULTI_B_PRESSED constant. (#4)
This commit is contained in:
parent
6a622eb006
commit
693f7509bb
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user