diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-13 20:07:32 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-13 20:07:32 -0500 |
commit | daa0a98ee0129be1797274de318a35df30d39020 (patch) | |
tree | 5c4ce8a3b047ddc8f22fe0e1ca6231d2844a976a /include | |
parent | a5721ffd736f30d424da8aede5c52071365f3850 (diff) |
through sub_809A23C
Diffstat (limited to 'include')
-rw-r--r-- | include/pokemon_storage_system.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/pokemon_storage_system.h b/include/pokemon_storage_system.h index cd4dceadf..62014e62c 100644 --- a/include/pokemon_storage_system.h +++ b/include/pokemon_storage_system.h @@ -112,7 +112,11 @@ struct PokemonStorageSystemData { u16 unk_08c8; u8 unk_08ca[0x400]; u8 unk_0cca; - u16 unk_0ccc[0x1e]; + u16 unk_0ccc[0x10]; + u16 unk_0cec; + u16 unk_0cee; + struct Sprite *unk_0cf0[2]; + u8 filler_0cf8[16]; u32 unk_0d08; u8 filler_0d0c[0x50]; u16 unk_0d5c; |