summaryrefslogtreecommitdiff
path: root/src/npc/cat.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/npc/cat.c
parent48fdf9d8277d2bd2e071cb30fc6284c58645e343 (diff)
define collisions
Diffstat (limited to 'src/npc/cat.c')
-rw-r--r--src/npc/cat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/npc/cat.c b/src/npc/cat.c
index a3228998..9adf40f1 100644
--- a/src/npc/cat.c
+++ b/src/npc/cat.c
@@ -140,7 +140,7 @@ void sub_080677EC(CatEntity* this) {
super->collisionFlags = 7;
super->hurtType = 0x48;
super->hitType = -0x58;
- super->flags2 = 1;
+ super->collisionMask = 1;
this->unk_69 = 0xff;
if (super->x.HALF.HI < gPlayerEntity.base.x.HALF.HI) {
super->spriteSettings.flipX = 1;