PM3.02 - Squirtle - Subroutine - 0x242c4
- AsyncWait(20.0)
- if ((InternalConstantInt(HorizontalCharacterVelocity) GreaterThan scalar(0.3)))
- AddVelocity { x_vel: Constant(-0.3), y_vel: Constant(0.0) }
- else
- if ((InternalConstantInt(HorizontalCharacterVelocity) LessThan scalar(0.3)))
- AddVelocity { x_vel: Constant(0.3), y_vel: Constant(0.0) }
- AsyncWait(46.0)