diff --git a/src/game/mario.c b/src/game/mario.c index 1f3c40dd..cd645541 100644 --- a/src/game/mario.c +++ b/src/game/mario.c @@ -1433,6 +1433,7 @@ void update_mario_inputs(struct MarioState *m) { } else { sWarpDest.levelNum = gCurrLevelNum; sWarpDest.areaIdx = m->area->index; + levelResetActNum = gCurrActNum; } sWarpDest.type = 1;