diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-30 16:51:43 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-30 16:51:43 -0400 |
commit | 1ba6cb22450b729cc2ac1b7fd72b2b27e5ec38c7 (patch) | |
tree | 393534ca239bb65f679941d79648cd7d17ffd9d8 /include/pokemon_storage_system.h | |
parent | 4fae033d1a6ba2520baca924c544a8d7195ff024 (diff) |
Some renaming; resolve trade bss
Diffstat (limited to 'include/pokemon_storage_system.h')
-rw-r--r-- | include/pokemon_storage_system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokemon_storage_system.h b/include/pokemon_storage_system.h index 2d881878f..81f50e1e9 100644 --- a/include/pokemon_storage_system.h +++ b/include/pokemon_storage_system.h @@ -16,6 +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); +void PSS_RenderTextToVramViaBuffer(const u8 *name, u8 *a1, u8 a2, u8 a3, u8 *buffer, u8 a5); #endif // GUARD_POKEMON_STORAGE_SYSTEM_H |