diff --git a/src/object/objectAB.c b/src/object/objectAB.c index 47100a71..767c5238 100644 --- a/src/object/objectAB.c +++ b/src/object/objectAB.c @@ -55,5 +55,5 @@ void sub_080A0190(Entity* this) { CopyPosition(this, &gPlayerEntity); gPlayerState.queued_action = 3; gPlayerState.field_0x38 = 0; - gPlayerState.flags |= PL_FLAGS8000; + gPlayerState.flags |= PL_PIT_IS_EXIT; }