diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-10-11 11:59:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-11 11:59:40 -0400 |
commit | 17a77c9018291aed9c70f0aa05ca0755a5677e87 (patch) | |
tree | aa0898668f1d93d4ae2f3639e62bd77d77e24daa /src/pokemon_storage_system.c | |
parent | 4efbdaf70698591f2b63ec7c35de3b8977b087a3 (diff) | |
parent | 280c68b531dd6dfa4c4a539dbb6602580a36c16a (diff) |
Merge pull request #1229 from ghoulslash/document
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(); |