diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-11 13:32:30 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-11 13:32:30 -0400 |
commit | 3aeb294572174d1f927286d507d15cda04e58601 (patch) | |
tree | 05df00aa454eb4d3f15df49145b6266a37428006 /include/pokemon_storage_system.h | |
parent | d2b0f36b7daa93d0708f19db347ad2befe2a4f07 (diff) |
Port pokemon_storage_2 from emerald
Diffstat (limited to 'include/pokemon_storage_system.h')
-rw-r--r-- | include/pokemon_storage_system.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/pokemon_storage_system.h b/include/pokemon_storage_system.h index 9ac9eff5d..3c29dd9fd 100644 --- a/include/pokemon_storage_system.h +++ b/include/pokemon_storage_system.h @@ -15,6 +15,12 @@ void ZeroBoxMonAt(u8 boxId, u8 monPosition); void sub_808CE60(void); void ResetPokemonStorageSystem(void); u8 StorageGetCurrentBox(void); -void PSS_RenderTextToVramViaBuffer(const u8 *name, u8 *a1, u8 a2, u8 a3, u8 *buffer, u8 a5); +void DrawTextWindowAndBufferTiles(const u8 *name, void *a1, u8 a2, u8 a3, u8 *buffer, s32 a5); +void SetCurrentBox(u8 boxId); +void SetBoxWallpaper(u8 boxId, u8 wallpaperId); +struct Sprite *sub_809223C(u16 x, u16 y, u8 animId, u8 priority, u8 subpriority); + +void Cb2_EnterPSS(u8 a0); +u8 GetCurrentBoxOption(void); #endif // GUARD_POKEMON_STORAGE_SYSTEM_H |