mirror of https://github.com/zeldaret/tmc.git
Fix player flag use
This commit is contained in:
parent
105be8ac6e
commit
e017dae13e
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue