mirror of
https://github.com/zeldaret/tmc
synced 2026-07-09 14:55:35 -04:00
epona OK
This commit is contained in:
+2
-1
@@ -127,7 +127,8 @@ typedef struct Entity
|
||||
u8 spriteOffsetX;
|
||||
u8 spriteOffsetY;
|
||||
u32 * otherEntity;
|
||||
u16 field_0x68;
|
||||
u8 field_0x68;
|
||||
u8 field_0x69;
|
||||
u16 field_0x6a;
|
||||
u8 filler4[8];
|
||||
u32 * heldObjectPtr;
|
||||
|
||||
+10
-8
@@ -25,14 +25,16 @@ typedef struct {
|
||||
u8 *unk4;
|
||||
union {
|
||||
u32 all;
|
||||
u32 filler9:3;
|
||||
u32 noMinishCap:1;
|
||||
u32 pullingState:1;
|
||||
u32 windyState:1;
|
||||
u32 filler10:4;
|
||||
u32 slipperyState:1;
|
||||
u32 filler11:5;
|
||||
u32 filler11b:16;
|
||||
struct {
|
||||
u32 filler9:3;
|
||||
u32 noMinishCap:1;
|
||||
u32 pullingState:1;
|
||||
u32 windyState:1;
|
||||
u32 filler10:4;
|
||||
u32 slipperyState:1;
|
||||
u32 filler11:5;
|
||||
u32 filler11b:16;
|
||||
} PACKED b;
|
||||
} flags;
|
||||
u8 filler12[6];
|
||||
u16 unk5;
|
||||
|
||||
Reference in New Issue
Block a user