diff options
Diffstat (limited to 'src/enemy/flyingSkull.c')
| -rw-r--r-- | src/enemy/flyingSkull.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/enemy/flyingSkull.c b/src/enemy/flyingSkull.c index 4e5acb0e..4af30c9f 100644 --- a/src/enemy/flyingSkull.c +++ b/src/enemy/flyingSkull.c @@ -100,7 +100,7 @@ void sub_08039CE0(FlyingSkullEntity* this) { } void sub_08039D4C(FlyingSkullEntity* this) { - if ((gPlayerState.field_0x1c & 0xf) == 0) { + if ((gPlayerState.gustJarState & 0xf) == 0) { sub_0803A0E0(this); } } |
