diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-12 13:41:32 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-12 13:41:32 -0500 |
commit | aadd5c8ac07ef5967d8e2cf58fbdd04f79d5b82a (patch) | |
tree | bc46874635718a20ee9712460ce96ffd002a561f /include | |
parent | 8c2c8ed3a9e377382a0ac645053e4b7b4ab41c4e (diff) |
through sub_8099EB0 and relevant data
Diffstat (limited to 'include')
-rw-r--r-- | include/pokemon_storage_system.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/pokemon_storage_system.h b/include/pokemon_storage_system.h index 09b3be60f..cd4dceadf 100644 --- a/include/pokemon_storage_system.h +++ b/include/pokemon_storage_system.h @@ -101,7 +101,7 @@ struct PokemonStorageSystemData { u16 unk_08b4; u16 unk_08b6; u16 unk_08b8; - u8 unk_08ba; + bool8 unk_08ba; u8 unk_08bb; u16 unk_08bc; u16 unk_08be; @@ -112,12 +112,13 @@ struct PokemonStorageSystemData { u16 unk_08c8; u8 unk_08ca[0x400]; u8 unk_0cca; - u16 unk_0ccc[0x20]; + u16 unk_0ccc[0x1e]; + u32 unk_0d08; u8 filler_0d0c[0x50]; u16 unk_0d5c; s16 unk_0d5e; s16 unk_0d60; - u8 unk_0d62[0x2d0]; + u16 unk_0d62[360]; u8 unk_1032; struct Sprite *unk_1034; struct Sprite *unk_1038[6]; // party |