P+ - Fox - Action - 0x119
Entry Script
- ChangeSubactionRestartFrame(SpecialHiBound)
- CreateInterrupt { interrupt_id: None, action: FallSpecial, requirement: (AnimationEnd) }
- PreviousInterruptAddRequirement(InAir)
- CreateInterrupt { interrupt_id: Some(10026), action: LandingHeavy, requirement: (OnGround) }
- DisableInterrupt(10026)
- FloatVariableSet { variable: LongtermAccessFloat(SpecialLandingLag), value: 6.99 }
- loop Infinite times:
- if (OnGround)
- SetEdgeSlide(StayOn)
- SetAirGround(6)
- UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: InAir }] }
- else
- SetEdgeSlide(Airbourne)
- SetAirGround(13)
- EnableInterrupt(10026)
- UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: OnGround }] }
- LoopRest
Exit Script
- if ((InternalConstantInt(CurrentAction) Equal scalar(16)))
- FloatVariableSet { variable: LongtermAccessFloat(SpecialLandingLag), value: 6.99 }