diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-12 15:39:41 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-12 15:39:41 -0400 |
commit | 68c48a0cc3431c60a48378885e48631bef3db8ec (patch) | |
tree | dc8964c41f1222f994ea2505daed6655ff03c4ea /include | |
parent | 748b4eafacb3a04bd4de64a0be30eab1a6704d7e (diff) |
through Cb_ReleaseMon
Diffstat (limited to 'include')
-rw-r--r-- | include/pokemon_storage_system_internal.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/pokemon_storage_system_internal.h b/include/pokemon_storage_system_internal.h index 37dd63110..134ee5fa2 100644 --- a/include/pokemon_storage_system_internal.h +++ b/include/pokemon_storage_system_internal.h @@ -288,5 +288,10 @@ struct PokemonStorageSystemData extern struct PokemonStorageSystemData *sPSSData; void Cb2_ExitPSS(void); +void sub_808C8FC(void); +void sub_808C940(u8 curBox); +void sub_808C950(void); +u8 HandleBoxChooseSelectionInput(void); +void sub_808C854(struct UnkPSSStruct_2002370 *a0, u16 tileTag, u16 palTag, u8 a3, bool32 loadPal); #endif //GUARD_POKEMON_STORAGE_SYSTEM_INTERNAL_H |