diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-23 16:07:53 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-04-23 19:58:51 -0500 |
commit | 4fedd5183be7de5d5e0fa59c269b28c49d88ef88 (patch) | |
tree | e63ceba02737db90782a3ace96a98f0ebe3c3540 /include | |
parent | d00b5ae39967795720b24b3700c230f87d4454e8 (diff) |
Attempt sub_809C664
Diffstat (limited to 'include')
-rw-r--r-- | include/pokemon_storage_system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokemon_storage_system.h b/include/pokemon_storage_system.h index 735b7f4f9..2ae0a043e 100644 --- a/include/pokemon_storage_system.h +++ b/include/pokemon_storage_system.h @@ -174,7 +174,7 @@ struct PokemonStorageSystemData { s8 unk_11df; u8 unk_11e0; u8 unk_11e1; - u8 unk_11e2; + s8 unk_11e2; u8 unk_11e3; u8 unk_11e4[4]; const u8 *unk_11e8; |