mirror of
https://github.com/pret/pokeemerald.git
synced 2026-03-21 17:54:57 -05:00
Change rangeX and rangeY to u8 in ObjectEvent struct
This commit is contained in:
parent
208f97e1e3
commit
d6714add6f
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user