diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-06 18:06:24 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-06 18:06:24 -0400 |
commit | 736b89ae3d4ffb335ef9e073556bc630c5541b70 (patch) | |
tree | e97d50e764c52c012092aecb2d80266442677a79 /include/pokemon_storage_system.h | |
parent | 5620b0ed1a330e38c0d4cdbbfea2c5ce75053925 (diff) | |
parent | fb9b695f9a366f662b5262f440d77c770b131d0d (diff) |
Merge branch 'master' into link
Diffstat (limited to 'include/pokemon_storage_system.h')
-rw-r--r-- | include/pokemon_storage_system.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pokemon_storage_system.h b/include/pokemon_storage_system.h index 8ab9e5f0e..6790fb775 100644 --- a/include/pokemon_storage_system.h +++ b/include/pokemon_storage_system.h @@ -14,6 +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 ResetPokemonStorageSystem(void); u8 StorageGetCurrentBox(void); #endif // GUARD_POKEMON_STORAGE_SYSTEM_H |