diff options
Diffstat (limited to 'include/pokemon_storage_system.h')
-rw-r--r-- | include/pokemon_storage_system.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/pokemon_storage_system.h b/include/pokemon_storage_system.h index 7a98e1a77..6d0489ed6 100644 --- a/include/pokemon_storage_system.h +++ b/include/pokemon_storage_system.h @@ -37,11 +37,5 @@ void Cb2_ReturnToPSS(void); void ResetPokemonStorageSystem(void); u8 StorageGetCurrentBox(void); void DrawTextWindowAndBufferTiles(const u8 *string, void *dst, u8 zero1, u8 zero2, u8 *buffer, s32 bytesToBuffer); -void SetCurrentBox(u8 boxId); -void SetBoxWallpaper(u8 boxId, u8 wallpaperId); -struct Sprite *sub_809223C(u16 x, u16 y, u8 animId, u8 priority, u8 subpriority); - -void Cb2_EnterPSS(u8 a0); -u8 GetCurrentBoxOption(void); #endif // GUARD_POKEMON_STORAGE_SYSTEM_H |