mirror of
https://github.com/zeldaret/tmc
synced 2026-07-08 14:36:41 -04:00
entity stuff
This commit is contained in:
+8
-4
@@ -2,15 +2,18 @@
|
||||
#define ENTITY_H
|
||||
|
||||
#include "global.h"
|
||||
typedef struct {
|
||||
u8 type;
|
||||
u8 subtype;
|
||||
u8 parameter1;
|
||||
u8 parameter2;
|
||||
} EntityType;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
u32 *field_0x0;
|
||||
u32 * field_0x4;
|
||||
u8 type;
|
||||
u8 subtype;
|
||||
u8 parameter1;
|
||||
u8 parameter2;
|
||||
EntityType entityType;
|
||||
u8 action;
|
||||
u8 previousActionFlag;
|
||||
u8 parameter3;
|
||||
@@ -79,4 +82,5 @@ typedef struct
|
||||
u8 filler[12];
|
||||
u32 * field_0x84;
|
||||
} Entity;
|
||||
|
||||
#endif
|
||||
@@ -3,7 +3,7 @@
|
||||
#include "global.h"
|
||||
typedef struct {
|
||||
u8 entityType;
|
||||
u8 unk;
|
||||
u8 field_0x1;
|
||||
u8 entitySubtype;
|
||||
u8 entityParameter1;
|
||||
u32 entityParameter2;
|
||||
|
||||
Reference in New Issue
Block a user