diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-15 21:59:56 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-15 21:59:56 -0500 |
commit | 40d8fee1d0badb81120cad7a5aabfd8f5b0031d8 (patch) | |
tree | 923d75ae25f981311ccf3b63a3a29d8291fc7ebe /include | |
parent | 102515325993caef0d57082cd7d8db69335b665b (diff) |
through sub_809BF48
Diffstat (limited to 'include')
-rw-r--r-- | include/pokemon_storage_system.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pokemon_storage_system.h b/include/pokemon_storage_system.h index f8d288ff0..8dd51259c 100644 --- a/include/pokemon_storage_system.h +++ b/include/pokemon_storage_system.h @@ -220,6 +220,7 @@ extern u8 *const gUnknown_083B6DB8; u8 StorageSystemGetPartySize(void); s16 GetIndexOfFirstEmptySpaceInBoxN(u8 boxId); +u8 CountAlivePartyMonsExceptOne(u8 toSkip); u8 CountPokemonInBoxN(u8 boxId); void sub_8096264(struct UnkPSSStruct_2002370 *a0, u16 tileTag, u16 palTag, u8 a3); void sub_809634C(u8 curBox); |