summaryrefslogtreecommitdiff
path: root/include/pokemon_storage_system.h
diff options
context:
space:
mode:
authorultima-soul <akshayjhanji@hotmail.com>2019-10-06 13:06:13 -0700
committerultima-soul <akshayjhanji@hotmail.com>2019-10-06 13:06:13 -0700
commit0873084a5d143c4e7eab682f7d27a3255ed281b7 (patch)
tree97a40e025017f29ed3faf7118e1080c9d9b75b98 /include/pokemon_storage_system.h
parentd4ba74fb34c78a6f80e5e51ac3ccc295191e7128 (diff)
Sync some function names with pokeemerald.
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 e6d7c5018..6790fb775 100644
--- a/include/pokemon_storage_system.h
+++ b/include/pokemon_storage_system.h
@@ -14,7 +14,7 @@ u32 GetBoxMonDataFromAnyBox(u8 boxId, u8 monPosition, u32 request);
void sub_808BCB4(u8 boxId, u8 monPosition);
u8 * GetBoxNamePtr(u8 boxId);
void sub_808CE60(void);
-void sub_808C7E0(void);
+void ResetPokemonStorageSystem(void);
u8 StorageGetCurrentBox(void);
#endif // GUARD_POKEMON_STORAGE_SYSTEM_H