mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-13 15:13:42 +01:00
Clarify ScrollableMultichoice_ProcessInput comment
This commit is contained in:
parent
9e660b2cdf
commit
61a0036c47
@ -2592,7 +2592,7 @@ static void ScrollableMultichoice_ProcessInput(u8 taskId)
|
||||
}
|
||||
else if (input == task->tNumItems - 1)
|
||||
{
|
||||
// if selected option was the last one (Exit)
|
||||
// Selected option was the last one (Exit)
|
||||
CloseScrollableMultichoice(taskId);
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user