Merge branch 'feature/dynmulti' of github.com:SBird1337/pokeemerald into feature/dynmulti
This commit is contained in:
commit
acab86d098
1 changed files with 1 additions and 1 deletions
|
@ -492,7 +492,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