diff options
Diffstat (limited to 'include/pokemon_storage_system_internal.h')
-rw-r--r-- | include/pokemon_storage_system_internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pokemon_storage_system_internal.h b/include/pokemon_storage_system_internal.h index ba109640b..f08144243 100644 --- a/include/pokemon_storage_system_internal.h +++ b/include/pokemon_storage_system_internal.h @@ -335,9 +335,9 @@ struct PokemonStorageSystemData /* 0d88 */ bool8 (*monPlaceChangeFunc)(void); /* 0d8c */ u8 monPlaceChangeState; /* 0d8d */ u8 field_D91; - /* 0d90 */ struct Sprite *field_D94; + /* 0d90 */ struct Sprite *monMarkingSprite; /* 0d94 */ struct Sprite *field_D98[2]; - /* 0d9c */ u16 *field_DA0; + /* 0d9c */ u16 *monMarkingSpriteTileStart; /* 0da0 */ struct PokemonMarkMenu field_DA4; /* 1e58 */ struct UnkPSSStruct_2002370 field_1E5C; /* 20a0 */ struct Pokemon movingMon; |