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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.