diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-04-11 17:36:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-11 17:36:58 -0700 |
commit | fcb919c7cf56e0099f5aa2e455930e2eb080f90e (patch) | |
tree | b0e686b62f386a424ad34308facc3b1ab9677798 /include/pokemon_storage_system.h | |
parent | ba6f60e4674785e4442232d0dd55bf13b9dab228 (diff) | |
parent | 78bd32c68bc8f20b5d3aeb0d0dd694608fee62da (diff) |
Merge pull request #594 from PikalaxALT/taya
Taya debug window
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 5319b7a2d..c6c37c123 100644 --- a/include/pokemon_storage_system.h +++ b/include/pokemon_storage_system.h @@ -298,5 +298,6 @@ void sub_809CFF0(void); void sub_809D034(void *dest, u16 dLeft, u16 dTop, const void *src, u16 sLeft, u16 sTop, u16 width, u16 height); void sub_809D104(void *dest, u16 dLeft, u16 dTop, const void *src, u16 sLeft, u16 sTop, u16 width, u16 height); void sub_809D16C(void *dest, u16 dLeft, u16 dTop, u16 width, u16 height); +void ShowPokemonStorageSystem(void); #endif // GUARD_POKEMON_STORAGE_SYSTEM_H |