diff options
author | Evan <eroelke@gmail.com> | 2020-10-10 16:17:34 -0600 |
---|---|---|
committer | Evan <eroelke@gmail.com> | 2020-10-10 16:17:34 -0600 |
commit | 2b2be90a5266e294342e1759dddfe8af4d6f39f2 (patch) | |
tree | 00ba7b6fe43d7766bd204addf565bbf1ab18e7af /src/pokemon_storage_system.c | |
parent | 13f37cf974e8f227db9ee68b2ca7987cf1f509a8 (diff) |
start pokenav documentation
Diffstat (limited to 'src/pokemon_storage_system.c')
-rw-r--r-- | src/pokemon_storage_system.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon_storage_system.c b/src/pokemon_storage_system.c index b61aff350..4db9fbf92 100644 --- a/src/pokemon_storage_system.c +++ b/src/pokemon_storage_system.c @@ -3183,7 +3183,7 @@ static void Cb_ShowMarkMenu(u8 taskId) sPSSData->state++; break; case 1: - if (!sub_811FBA4()) + if (!MonMarkingsMenuHandleInput()) { sub_811FAF8(); ClearBottomWindow(); |