Skip to content

Commit

Permalink
Merge branch 'feature/dynmulti' of github.com:SBird1337/pokeemerald i…
Browse files Browse the repository at this point in the history
…nto feature/dynmulti
  • Loading branch information
sbird committed Nov 29, 2023
2 parents cefb05b + 693f750 commit acab86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script_menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit acab86d

Please sign in to comment.