PM3.6 - Squirtle - Subroutine - 0x1f4a0

  1. if ((InternalConstantInt(HorizontalCharacterVelocity) GreaterThan scalar(1.8)))
    1. SetVelocity { x_vel: 1.8, y_vel: 0.0 }
  2. else
    1. if ((InternalConstantInt(HorizontalCharacterVelocity) LessThan scalar(-1.8)))
      1. SetVelocity { x_vel: -1.8, y_vel: 0.0 }