#include "nsmb.h"

void hook_0211F840()
{
	MarioActor* mario = (MarioActor*)getPtrToPlayerActor();
	mario->xVelocity = 0x2000; //Change this value to change how fast Mario/Luigi run.
}