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;