diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-14 19:10:31 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-14 19:10:31 -0500 |
commit | 5fcd1184d8a189887e44559edb12417717afca5b (patch) | |
tree | 5147c936812f6c673e81fd56fdd15d30e919108e /include | |
parent | f33a73ed931885507b1a5f199044d85255078bc2 (diff) |
through sub_809A860
Diffstat (limited to 'include')
-rw-r--r-- | include/pokemon_storage_system.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pokemon_storage_system.h b/include/pokemon_storage_system.h index 85ffeaefe..0131ce18b 100644 --- a/include/pokemon_storage_system.h +++ b/include/pokemon_storage_system.h @@ -117,7 +117,7 @@ struct PokemonStorageSystemData { u16 unk_0cee; struct Sprite *unk_0cf0[2]; struct Sprite *unk_0cf8[2]; - u8 filler_0cd0[8]; + struct Sprite *unk_0d00[2]; u32 unk_0d08; u8 filler_0d0c[0x50]; u16 unk_0d5c; @@ -215,7 +215,7 @@ void sub_8099C70(u8 whichBox); bool8 sub_8099D34(void); void sub_8099DCC(u8 a0); bool8 sub_8099E08(void); -void sub_809A860(u8 a0); +void sub_809A860(bool8 a0); void sub_809AA24(void); void sub_809AA98(void); bool8 sub_809AC00(void); |