summaryrefslogtreecommitdiff
path: root/include/pokemon_storage_system.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-03-14 21:19:56 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2020-03-14 21:19:56 -0400
commit09b90247ee4f18c5746bbc54e6a5a75dfd9a1ed3 (patch)
tree96b13e1ba294936e38f36676e20d84f93c2f23b5 /include/pokemon_storage_system.h
parent5471590f77ab4d8b9684c6ea4b3d9e870a83633b (diff)
through nonmatching InBoxInput_Normal
Diffstat (limited to 'include/pokemon_storage_system.h')
-rw-r--r--include/pokemon_storage_system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokemon_storage_system.h b/include/pokemon_storage_system.h
index 6d0489ed6..7422b4522 100644
--- a/include/pokemon_storage_system.h
+++ b/include/pokemon_storage_system.h
@@ -30,7 +30,7 @@ enum
u8 *GetBoxNamePtr(u8 boxNumber);
struct BoxPokemon *GetBoxedMonPtr(u8 boxId, u8 monPosition);
void SetBoxMonNickAt(u8 boxId, u8 monPosition, const u8 *newNick);
-void CompactPartySlots(void);
+s16 CompactPartySlots(void);
u32 GetBoxMonDataAt(u8 boxId, u8 monPosition, s32 request);
void ZeroBoxMonAt(u8 boxId, u8 monPosition);
void Cb2_ReturnToPSS(void);