From 79e030ac02fb053a9f4b8a6390289eac3da45edd Mon Sep 17 00:00:00 2001 From: MineQwerty Date: Sun, 11 Jul 2021 22:54:09 -0400 Subject: [PATCH] Added support for skybox sizes --- src/game/mario.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/game/mario.c b/src/game/mario.c index bac9edfc..597ddc8d 100644 --- a/src/game/mario.c +++ b/src/game/mario.c @@ -1722,10 +1722,6 @@ void func_sh_8025574C(void) { s32 execute_mario_action(UNUSED struct Object *o) { s32 inLoop = TRUE; - if (gPlayer1Controller->buttonPressed & L_TRIG) { - gMarioState->pos[0] += 65536.0f; - } - if (gMarioState->action) { gMarioState->marioObj->header.gfx.node.flags &= ~GRAPH_RENDER_INVISIBLE; mario_reset_bodystate(gMarioState);