P+ - Squirtle - Subroutine - 0x1f4a0
- if ((InternalConstantInt(HorizontalCharacterVelocity) GreaterThan scalar(1.8)))
- SetVelocity { x_vel: 1.8, y_vel: 0.0 }
- else
- if ((InternalConstantInt(HorizontalCharacterVelocity) LessThan scalar(-1.8)))
- SetVelocity { x_vel: -1.8, y_vel: 0.0 }