Update EntityData struct

This commit is contained in:
theo3
2021-02-28 23:11:11 -08:00
parent d9f7ad89ad
commit 72dbd29bb9
3 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -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;