Reformatting

This commit is contained in:
Reinmmar 2023-09-17 22:09:56 +02:00
parent 203f691dff
commit 2a9c11f8c7
2 changed files with 117 additions and 116 deletions

View File

@ -1578,7 +1578,8 @@ void sub_08079064(Entity* this) {
} else if ((gPlayerState.swim_state & 0x80) != 0) {
gPlayerState.animation = ANIM_DIVE;
} else {
if (gPlayerState.animation == ANIM_LANTERN || gPlayerState.animation == ANIM_DOOR || gPlayerState.animation == ANIM_DOOR_NOCAP) {
if (gPlayerState.animation == ANIM_LANTERN || gPlayerState.animation == ANIM_DOOR ||
gPlayerState.animation == ANIM_DOOR_NOCAP) {
sub_080790E4(this);
}
}