P+ - Bowser - Subroutine - 0x250a0

  1. loop 12 times:
    1. if ((InternalConstantInt(ControlStickXAxisRelative) GreaterThan scalar(0.3)))
      1. AddVelocity { x_vel: Constant(0.05), y_vel: Constant(0.0) }
    2. else
      1. if ((InternalConstantInt(ControlStickXAxisRelative) LessThan scalar(-0.3)))
        1. AddVelocity { x_vel: Constant(-0.05), y_vel: Constant(0.0) }
    3. SyncWait(1.0)