Recent content by HawkTeevs

  1. HawkTeevs

    Need help increasing Mario's speed like the Sonic mod and Pasta Castle

    Trying to basically make my own version of a Peppino moveset, and this is legit all I have for the mach run right now (this is ran on mario_update) function update_mach_level(m) if (m.input & INPUT_ZERO_MOVEMENT ~= 0) then return end if m.forwardVel < MACH_MAX then...