P+ - Jigglypuff - Action - 0x113 SpecialS
Entry Script
- CreateInterrupt { interrupt_id: None, action: Wait, requirement: (AnimationEnd) }
- PreviousInterruptAddRequirement(OnGround)
- CreateInterrupt { interrupt_id: None, action: Fall, requirement: (AnimationEnd) }
- PreviousInterruptAddRequirement(InAir)
- CallEveryFrame { thread_id: 9, script: 0x160d8 }
- loop Infinite times:
- if (OnGround)
- SetAirGround(15)
- SetEdgeSlide(Unknown(2))
- LedgeGrabEnable(Disable)
- if (BoolIsTrue RandomAccessBool(EnableActionTransition))
- ChangeSubaction(SpecialS)
- else
- ChangeSubactionRestartFrame(SpecialS)
- BoolVariableSetTrue { variable: RandomAccessBool(EnableActionTransition) }
- UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: InAir }] }
- else
- Subroutine(0x16068)
- SetEdgeSlide(Airbourne)
- if (BoolIsTrue RandomAccessBool(EnableGlide))
- LedgeGrabEnable(EnableInFrontAndBehind)
- if (BoolIsTrue RandomAccessBool(EnableActionTransition))
- ChangeSubaction(SpecialAirS)
- else
- ChangeSubactionRestartFrame(SpecialAirS)
- BoolVariableSetTrue { variable: RandomAccessBool(EnableActionTransition) }
- UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: OnGround }] }
- LoopRest
Exit Script