From defe055ff49e2007f1911bb2c467d55d44f8768d Mon Sep 17 00:00:00 2001 From: Elliptic Ellipsis Date: Fri, 18 Mar 2022 23:26:49 +0000 Subject: [PATCH] Fix fix --- src/coord.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coord.c b/src/coord.c index d093498a..98f3f65e 100644 --- a/src/coord.c +++ b/src/coord.c @@ -60,7 +60,7 @@ bool32 sub_0806F3E4(Entity* ent) { GenericEntity tmp_ent; s8* p; - if ((gPlayerState.field_0x1c & ~0x80) != 1) + if ((gPlayerState.field_0x1c & 0x7F) != 1) return 0; switch (gPlayerState.gustJarSpeed) { case 1: