summaryrefslogtreecommitdiff
path: root/include/definitions.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/definitions.h')
-rw-r--r--include/definitions.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/definitions.h b/include/definitions.h
index 7764f76f..088635db 100644
--- a/include/definitions.h
+++ b/include/definitions.h
@@ -22,7 +22,7 @@ typedef struct EnemyDefinition {
u8 health;
s16 speed;
u8 damageType;
- u8 flags2;
+ u8 collisionMask;
} EnemyDefinition;
typedef struct ProjectileDefinition {
@@ -43,7 +43,7 @@ typedef struct ProjectileDefinition {
u8 field0x40;
s16 speed;
u8 damageType;
- u8 flags2;
+ u8 collisionMask;
} ProjectileDefinition;
// Sprite data definition for objects and npcs