diff --git a/src/game/mario_actions_submerged.c b/src/game/mario_actions_submerged.c index 9f5c5599..31df38b9 100644 --- a/src/game/mario_actions_submerged.c +++ b/src/game/mario_actions_submerged.c @@ -554,7 +554,7 @@ static s32 act_breaststroke(struct MarioState *m) { reset_float_globals(m); } -#ifdef VERSION_SH +#if ENABLE_RUMBLE if (m->actionTimer < 6) { func_sh_8024CA04(); }