summaryrefslogtreecommitdiff
path: root/src/enemy/takkuri.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/enemy/takkuri.c')
-rw-r--r--src/enemy/takkuri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/enemy/takkuri.c b/src/enemy/takkuri.c
index 38aa602f..fc5c90bd 100644
--- a/src/enemy/takkuri.c
+++ b/src/enemy/takkuri.c
@@ -46,7 +46,7 @@ void Takkuri_OnTick(TakkuriEntity* this) {
}
void Takkuri_OnCollision(TakkuriEntity* this) {
- if (super->contactFlags & CONTACT_TAKE_DAMAGE) {
+ if (super->contactFlags & CONTACT_NOW) {
if ((super->contactFlags & 0x7f) == 0) {
u32 direction;
sub_0803C0AC(super);