diff options
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 |