[dynmulti] fix ignoreBPress semantics

This commit is contained in:
sbird 2023-04-26 03:53:52 +02:00
parent a2dfc7c887
commit 47f71a1b62

View File

@ -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;