diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-09 23:05:21 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-09 23:05:21 -0500 |
commit | cb28e3a679841c01191f19cb7e7f0da28f0bf160 (patch) | |
tree | 9c9d663cfa509cf11fc68af52cc16b3760403248 /include | |
parent | 4ae149b93441ffce560f3b7018842bc4c5d39326 (diff) |
sub_809900C
Diffstat (limited to 'include')
-rw-r--r-- | include/pokemon_storage_system.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/include/pokemon_storage_system.h b/include/pokemon_storage_system.h index 295084eea..0f20bfa16 100644 --- a/include/pokemon_storage_system.h +++ b/include/pokemon_storage_system.h @@ -101,9 +101,14 @@ struct PokemonStorageSystemData { u8 filler_10c8[8]; u16 unk_10d0[40]; u16 unk_1120[40]; - u8 filler_1170[8]; + u8 filler_1170[2]; + u16 unk_1172; + u16 unk_1174; + s16 unk_1176; u16 unk_1178; - u8 filler_117a[3]; + u8 unk_117a; + u8 unk_117b; + u8 unk_117c; u8 unk_117d; u8 filler_117e[0x6a]; u8 *unk_11e8; |