summaryrefslogtreecommitdiff
path: root/src/object/treeThorns.c
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2023-12-31 21:24:07 -0800
committertheo3 <arisstephenson2@gmail.com>2023-12-31 21:26:12 -0800
commitdcc596ed8763efd9f71ce9a669cb67a1849d7c2b (patch)
tree108145ce0ee3172e48ac6529d9d49da53e9719b9 /src/object/treeThorns.c
parent48fdf9d8277d2bd2e071cb30fc6284c58645e343 (diff)
define collisions
Diffstat (limited to 'src/object/treeThorns.c')
-rw-r--r--src/object/treeThorns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/treeThorns.c b/src/object/treeThorns.c
index 66f26cc6..1af83621 100644
--- a/src/object/treeThorns.c
+++ b/src/object/treeThorns.c
@@ -26,7 +26,7 @@ void TreeThorns(Entity* this) {
this->collisionFlags = 7;
this->hurtType = 0x48;
this->hitType = 0x7a;
- this->flags2 = 1;
+ this->collisionMask = 1;
this->hitbox = (Hitbox*)&gHitbox_1;
tilePos = COORD_TO_TILE(this);
SetBottomTile(0x4066, tilePos - 1, *layer);