diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-10 21:53:25 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-10 21:53:25 -0500 |
commit | d6464c7c40f5ac1b9da557d5990e2b7e83997720 (patch) | |
tree | 92f0b521c8bd539282e623b6e19be73b469eace5 /include | |
parent | e44c0f897d2d02f153d5adf139be3bac25e1ee93 (diff) |
through sub_809971C
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 6040e31be..38a81c2a9 100644 --- a/include/pokemon_storage_system.h +++ b/include/pokemon_storage_system.h @@ -98,7 +98,8 @@ struct PokemonStorageSystemData { struct Sprite *unk_1034; struct Sprite *unk_1038[6]; // party struct Sprite *unk_1050[30]; // box - u8 filler_10c8[8]; + struct Sprite **unk_10c8; + u8 filler_10cc[4]; u16 unk_10d0[40]; u16 unk_1120[40]; u8 unk_1170; |