diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-12 08:53:01 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-12 08:53:01 -0500 |
commit | 7a65953ccc2313db6de0ec061220b1a5f8751b36 (patch) | |
tree | 6d608cc9d8c5826a1a9472df03444d42e955c2fc /include | |
parent | a1ccd03edd90601759a04f223c9558181a657728 (diff) |
through sub_80999C4
Diffstat (limited to 'include')
-rw-r--r-- | include/pokemon_storage_system.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/pokemon_storage_system.h b/include/pokemon_storage_system.h index 438af769b..129202934 100644 --- a/include/pokemon_storage_system.h +++ b/include/pokemon_storage_system.h @@ -121,7 +121,9 @@ struct PokemonStorageSystemData { s8 unk_117b; u8 unk_117c; u8 unk_117d; - u8 filler_117e[0x6a]; + u8 filler_117e[0x42]; + struct Sprite *unk_11c0; + u8 filler_11c4[0x24]; u8 *unk_11e8; u32 unk_11ec; u16 unk_11f0; |