[dynmulti] fix ignoreBPress semantics
This commit is contained in:
parent
a2dfc7c887
commit
47f71a1b62
@ -491,7 +491,7 @@ static void Task_HandleScrollingMultichoiceInput(u8 taskId)
|
||||
case LIST_NOTHING_CHOSEN:
|
||||
break;
|
||||
case LIST_CANCEL:
|
||||
if (gTasks[taskId].data[1])
|
||||
if (!gTasks[taskId].data[1])
|
||||
{
|
||||
gSpecialVar_Result = 0x7F;
|
||||
done = TRUE;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user