PM3.02 - Kirby - Subroutine - 0x4b404

  1. loop Infinite times:
    1. if ((InternalConstantInt(HorizontalCharacterVelocity) GreaterThan scalar(0.65)))
      1. AddVelocity { x_vel: Constant(-0.09), y_vel: Constant(0.0) }
    2. if ((InternalConstantInt(HorizontalCharacterVelocity) LessThan scalar(-0.65)))
      1. AddVelocity { x_vel: Constant(0.09), y_vel: Constant(0.0) }
    3. SyncWait(1.0)