diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-15 22:45:08 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-15 22:45:08 -0500 |
commit | c4bae7a571f5aea6785e108089e904f9dad67701 (patch) | |
tree | cecba529ab866981353afdd75322211a669721ce /include/pokemon_storage_system.h | |
parent | 470c09225f4c058831c2226195af413204f5f03c (diff) |
sub_809C04C
Diffstat (limited to 'include/pokemon_storage_system.h')
-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 8dd51259c..5319b7a2d 100644 --- a/include/pokemon_storage_system.h +++ b/include/pokemon_storage_system.h @@ -159,7 +159,7 @@ struct PokemonStorageSystemData { u8 unk_11e2; u8 unk_11e3; u8 filler_11e4[4]; - u8 *unk_11e8; + const u8 *unk_11e8; u32 unk_11ec; u16 unk_11f0; u16 unk_11f2; |