sPlayerAvatarGfxToStateFlag's graphics id to u16 (#9101)

This commit is contained in:
Estellar 2026-02-02 05:40:26 -03:00 committed by GitHub
parent cbabc4a828
commit 65b1b5dd06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -277,9 +277,9 @@ static const u8 sRSAvatarGfxIds[GENDER_COUNT] =
[FEMALE] = OBJ_EVENT_GFX_LINK_RS_MAY
};
static const struct __attribute__((packed))
static const struct PACKED
{
u8 graphicsId;
u16 graphicsId;
u8 playerFlag;
} sPlayerAvatarGfxToStateFlag[GENDER_COUNT][5] =
{