diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-15 15:46:17 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-15 15:46:17 -0500 |
commit | 650f85e7db8ea123256d661a7db59c9325115130 (patch) | |
tree | db110db056dbc3ada47e2e2815c555e2ebd13da4 /include | |
parent | 68528382d5d8a17c5d6d65f1566a9ba7c807e14a (diff) |
through sub_809B130
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 e911664de..3191b841c 100644 --- a/include/pokemon_storage_system.h +++ b/include/pokemon_storage_system.h @@ -172,7 +172,9 @@ struct PokemonStorageSystemData { u8 unk_120f[0x25]; u8 unk_1234[0x25]; u8 unk_1259[0x21]; - u8 unk_127a[0x32]; + u8 unk_127a[0x2a]; + bool8 (*unk_12a4)(void); + u8 unk_12a8; struct Sprite *unk_12ac; struct Sprite *unk_12b0[2]; u16 *unk_12b8; |