diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-14 21:19:56 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-14 21:19:56 -0400 |
commit | 09b90247ee4f18c5746bbc54e6a5a75dfd9a1ed3 (patch) | |
tree | 96b13e1ba294936e38f36676e20d84f93c2f23b5 /include/pokemon_storage_system_internal.h | |
parent | 5471590f77ab4d8b9684c6ea4b3d9e870a83633b (diff) |
through nonmatching InBoxInput_Normal
Diffstat (limited to 'include/pokemon_storage_system_internal.h')
-rw-r--r-- | include/pokemon_storage_system_internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pokemon_storage_system_internal.h b/include/pokemon_storage_system_internal.h index 4d5af348c..caec69019 100644 --- a/include/pokemon_storage_system_internal.h +++ b/include/pokemon_storage_system_internal.h @@ -454,5 +454,7 @@ void sub_80901EC(u8 boxPosition); void sub_8090FC4(u8 mode, u8 position); bool8 sub_8091084(void); void sub_80910CC(void); +u8 CountPartyMons(void); +u8 CountPartyAliveNonEggMonsExcept(u8 slotToIgnore); #endif //GUARD_POKEMON_STORAGE_SYSTEM_INTERNAL_H |