mirror of
https://github.com/zeldaret/tmc
synced 2026-07-08 22:44:46 -04:00
Update EntityData struct
This commit is contained in:
+4
-4
@@ -63,13 +63,13 @@ typedef struct {
|
||||
|
||||
// Packets used to store which entities to load in a room
|
||||
typedef struct {
|
||||
u8 type : 4;
|
||||
u8 kind : 4;
|
||||
u8 layer : 4;
|
||||
u8 flags : 4;
|
||||
u8 unk : 4;
|
||||
u8 subtype;
|
||||
u8 form;
|
||||
u32 parameter;
|
||||
u8 id;
|
||||
u8 type;
|
||||
u32 type2;
|
||||
u16 xPos;
|
||||
u16 yPos;
|
||||
u32 spritePtr;
|
||||
|
||||
Reference in New Issue
Block a user