From e1429efe928e8c7019e0a62c3d239f7facbf146c Mon Sep 17 00:00:00 2001 From: Macrepeh <63179588+Macrepeh@users.noreply.github.com> Date: Thu, 25 Feb 2021 15:38:29 -0500 Subject: [PATCH] gibdo.c Co-authored-by: notyourav <65437533+notyourav@users.noreply.github.com> --- src/enemy/gibdo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/enemy/gibdo.c b/src/enemy/gibdo.c index f7ed415b..eeb6b089 100644 --- a/src/enemy/gibdo.c +++ b/src/enemy/gibdo.c @@ -366,7 +366,7 @@ NONMATCH("asm/non_matching/gibdo/sub_08037A58.inc", void sub_08037A58(Entity* th END_NONMATCH void sub_08037ACC(Entity* this) { - gPlayerState.flags.all &= 0xFFFFFEFF; + gPlayerState.flags.all &= ~0x100; gPlayerEntity.flags |= 0x80; gPlayerEntity.hurtBlinkTime = 0x1e; gPlayerEntity.field_0x3e = this->animationState << 3;