summaryrefslogtreecommitdiff
path: root/include/entityData.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/entityData.h')
-rw-r--r--include/entityData.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/entityData.h b/include/entityData.h
index 086c489c..6bf62edd 100644
--- a/include/entityData.h
+++ b/include/entityData.h
@@ -2,13 +2,13 @@
#define ENTITYDATA_H
#include "global.h"
typedef struct {
- u8 entityType;
- u8 field_0x1;
- u8 entitySubtype;
- u8 entityParameter1;
- u32 entityParameter2;
- u16 xPos;
- u16 yPos;
- u32 spritePtr;
+ u8 entityType;
+ u8 field_0x1;
+ u8 entitySubtype;
+ u8 entityParameter1;
+ u32 entityParameter2;
+ u16 xPos;
+ u16 yPos;
+ u32 spritePtr;
} EntityData;
#endif \ No newline at end of file