summaryrefslogtreecommitdiff
path: root/include/pokemon_storage_system.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-03-11 17:03:57 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-03-11 17:03:57 -0400
commit5422315db5069ba93ddfea39a705122751db2a6d (patch)
treef0bd224dadb0318e2b3ab601b9cf8f13b645082d /include/pokemon_storage_system.h
parent6b4b6a54af99da1e1f6439a58285038a5fd11604 (diff)
through sub_808CF10
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 b54c0cd68..6ded8983c 100644
--- a/include/pokemon_storage_system.h
+++ b/include/pokemon_storage_system.h
@@ -33,7 +33,7 @@ void SetBoxMonNickAt(u8 boxId, u8 monPosition, const u8 *newNick);
void CompactPartySlots(void);
u32 GetBoxMonDataAt(u8 boxId, u8 monPosition, s32 request);
void ZeroBoxMonAt(u8 boxId, u8 monPosition);
-void sub_808CE60(void);
+void Cb2_ReturnToPSS(void);
void ResetPokemonStorageSystem(void);
u8 StorageGetCurrentBox(void);
void DrawTextWindowAndBufferTiles(const u8 *name, void *a1, u8 a2, u8 a3, u8 *buffer, s32 a5);