diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-14 18:21:22 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-14 18:21:22 -0500 |
commit | e8daaa0f3ef2d97f7afe378494f33037f5bc8ee9 (patch) | |
tree | 3ba62feb895ef59b0d15e16b4fac8f2cdcf832d0 /include | |
parent | e86234ff99ffa4b60df180d462c2af0f1ed4d447 (diff) |
sub_809A3D0
Diffstat (limited to 'include')
-rw-r--r-- | include/pokemon_storage_system.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/pokemon_storage_system.h b/include/pokemon_storage_system.h index 62014e62c..85ffeaefe 100644 --- a/include/pokemon_storage_system.h +++ b/include/pokemon_storage_system.h @@ -116,7 +116,8 @@ struct PokemonStorageSystemData { u16 unk_0cec; u16 unk_0cee; struct Sprite *unk_0cf0[2]; - u8 filler_0cf8[16]; + struct Sprite *unk_0cf8[2]; + u8 filler_0cd0[8]; u32 unk_0d08; u8 filler_0d0c[0x50]; u16 unk_0d5c; |