PM3.02 - Peach - Action - 0x115 SpecialLw
Entry Script
- CreateInterrupt { interrupt_id: None, action: Fall, requirement: (AnimationEnd) }
- PreviousInterruptAddRequirement(InAir)
- CreateInterrupt { interrupt_id: None, action: Wait, requirement: (AnimationEnd) }
- ChangeSubactionRestartFrame(SpecialLw)
- UnknownEvent { namespace: 0xc, code: 0x13, unk1: 0x0, arguments: [] }
- loop Infinite times:
- if (OnGround)
- SetEdgeSlide(StayOn)
- SetAirGround(6)
- DisableInterruptGroup(AirLanding)
- UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: InAir }] }
- else
- SetEdgeSlide(Airbourne)
- SetAirGround(0)
- EnableInterruptGroup(AirLanding)
- UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: OnGround }] }
- LoopRest
Exit Script
- UnknownEvent { namespace: 0xc, code: 0x12, unk1: 0x0, arguments: [Value(0)] }