diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-15 10:26:42 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-15 10:26:42 -0400 |
commit | e445a42a5b824a021eace417619741b0ee512682 (patch) | |
tree | af52def39cae2d08c8269c97d6de25c324082e99 /include/pokemon_storage_system_internal.h | |
parent | f45c2294531e08e67484ead8d6f3278322445be1 (diff) |
through HandleInput
Diffstat (limited to 'include/pokemon_storage_system_internal.h')
-rw-r--r-- | include/pokemon_storage_system_internal.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/pokemon_storage_system_internal.h b/include/pokemon_storage_system_internal.h index caec69019..b518e49f4 100644 --- a/include/pokemon_storage_system_internal.h +++ b/include/pokemon_storage_system_internal.h @@ -457,4 +457,10 @@ void sub_80910CC(void); u8 CountPartyMons(void); u8 CountPartyAliveNonEggMonsExcept(u8 slotToIgnore); +s8 sub_8094E50(u8 a0); +bool8 sub_8095474(u8 action); +u8 sub_8095AA0(void); +bool8 sub_8095ABC(void); +void sub_8095D44(u8 cursorArea, u8 cursorPos); + #endif //GUARD_POKEMON_STORAGE_SYSTEM_INTERNAL_H |