diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-14 09:40:17 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-14 09:40:17 -0400 |
commit | 9fe74ac590f75a0571de8ebcd499fdf892419328 (patch) | |
tree | 4c3362d0c2144bb0e08769e54552239ec0a23395 /include/pokemon_storage_system.h | |
parent | 03444691a58b5d78b032c8657fe8d606d1057472 (diff) |
trade through sub_804C728 (nonmatching
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 6790fb775..2d881878f 100644 --- a/include/pokemon_storage_system.h +++ b/include/pokemon_storage_system.h @@ -16,5 +16,6 @@ u8 * GetBoxNamePtr(u8 boxId); void sub_808CE60(void); void ResetPokemonStorageSystem(void); u8 StorageGetCurrentBox(void); +void sub_808BEB4(const u8 *name, u8 *a1, u8 a2, u8 a3, u8 *buffer, u8 a5); #endif // GUARD_POKEMON_STORAGE_SYSTEM_H |