From 90d313b4e28065abb03d55bdd8dbf1425cb443e1 Mon Sep 17 00:00:00 2001 From: CowQuack Date: Tue, 12 Sep 2023 14:44:21 -0400 Subject: [PATCH] fixed fading warps not downwarping (#675) --- src/game/mario_actions_cutscene.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game/mario_actions_cutscene.c b/src/game/mario_actions_cutscene.c index 1fe602b5..4b2d25b6 100644 --- a/src/game/mario_actions_cutscene.c +++ b/src/game/mario_actions_cutscene.c @@ -1471,6 +1471,7 @@ s32 act_teleport_fade_in(struct MarioState *m) { } } + m->pos[1] = m->floorHeight; stop_and_set_height_to_floor(m); return FALSE;