P+ - Bowser - Subroutine - 0x250a0
- loop 12 times:
- if ((InternalConstantInt(ControlStickXAxisRelative) GreaterThan scalar(0.3)))
- AddVelocity { x_vel: Constant(0.05), y_vel: Constant(0.0) }
- else
- if ((InternalConstantInt(ControlStickXAxisRelative) LessThan scalar(-0.3)))
- AddVelocity { x_vel: Constant(-0.05), y_vel: Constant(0.0) }
- SyncWait(1.0)