Change rangeX and rangeY to u8 in ObjectEvent struct

This commit is contained in:
NT_x86 2025-08-31 20:36:09 +03:00
parent 208f97e1e3
commit d6714add6f
No known key found for this signature in database
GPG Key ID: 55C9208A8215CC1C

View File

@ -229,8 +229,8 @@ struct ObjectEvent
u16 movementDirection:4;
struct __attribute__((packed))
{
u16 rangeX:4;
u16 rangeY:4;
u8 rangeX:4;
u8 rangeY:4;
} range;
/*0x1A*/ u8 fieldEffectSpriteId;
/*0x1B*/ u8 warpArrowSpriteId;