diff options
Diffstat (limited to 'include/pokemon_storage_system_internal.h')
-rw-r--r-- | include/pokemon_storage_system_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokemon_storage_system_internal.h b/include/pokemon_storage_system_internal.h index ea76354c6..ba109640b 100644 --- a/include/pokemon_storage_system_internal.h +++ b/include/pokemon_storage_system_internal.h @@ -382,7 +382,7 @@ struct PokemonStorageSystemData /* 5abc */ u8 field_5AC4[0x800]; }; // size=62bc -extern struct PokemonStorageSystemData *sPSSData; +extern struct PokemonStorageSystemData *gPSSData; void Cb2_EnterPSS(u8 a0); u8 GetCurrentBoxOption(void); |