Clarify ScrollableMultichoice_ProcessInput comment

This commit is contained in:
sphericalice
2021-12-31 17:34:46 +00:00
committed by GitHub
parent 9e660b2cdf
commit 61a0036c47
+1 -1
View File
@@ -2592,7 +2592,7 @@ static void ScrollableMultichoice_ProcessInput(u8 taskId)
} }
else if (input == task->tNumItems - 1) else if (input == task->tNumItems - 1)
{ {
// if selected option was the last one (Exit) // Selected option was the last one (Exit)
CloseScrollableMultichoice(taskId); CloseScrollableMultichoice(taskId);
} }
else else