Make use of MULTI_B_PRESSED constant. (#4)
This commit is contained in:
parent
6a622eb006
commit
693f7509bb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue