P+ - Kirby - Subroutine - 0x3e240
            - loop Infinite times: - if ((InternalConstantInt(HorizontalCharacterVelocity) GreaterThan scalar(0.65))) - AddVelocity { x_vel: Constant(-0.09), y_vel: Constant(0.0) }
 
- if ((InternalConstantInt(HorizontalCharacterVelocity) LessThan scalar(-0.65))) - AddVelocity { x_vel: Constant(0.09), y_vel: Constant(0.0) }
 
- SyncWait(1.0)