diff options
author | sphericalice <sphericalice@outlook.com> | 2021-12-31 17:34:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-31 17:34:46 +0000 |
commit | 61a0036c47f67a3cb08dd7ac15375b011fa10f63 (patch) | |
tree | 419c7b4aca5ab071d171af9cf94466d3e817c10c | |
parent | 9e660b2cdfe7f8ff7cdd73601aae70f5fe09cf5c (diff) |
Clarify ScrollableMultichoice_ProcessInput comment
-rw-r--r-- | src/field_specials.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field_specials.c b/src/field_specials.c index b6d057d9f..bd6d53caf 100644 --- a/src/field_specials.c +++ b/src/field_specials.c @@ -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 |