P+ - Ike - Action - 0x113 SpecialS
Entry Script
- BoolVariableSetFalse { variable: RandomAccessBool(EnableActionTransition) }
- Posture(3)
- Posture(4)
- UnknownEvent { namespace: 0xc, code: 0x1, unk1: 0x0, arguments: [] }
- CreateInterrupt { interrupt_id: None, action: 0x11b, requirement: (AnimationEnd) }
- PreviousInterruptAddRequirement(ButtonNotPressed value(1))
- CreateInterrupt { interrupt_id: None, action: 0x11a, requirement: (AnimationEnd) }
- loop Infinite times:
- if (OnGround)
- SetAirGround(6)
- SetEdgeSlide(Unknown(2))
- if (BoolIsTrue RandomAccessBool(EnableActionTransition))
- ChangeSubaction(SpecialSStart)
- else
- ChangeSubactionRestartFrame(SpecialSStart)
- BoolVariableSetTrue { variable: RandomAccessBool(EnableActionTransition) }
- UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: InAir }] }
- else
- SetAirGround(10)
- SetEdgeSlide(Airbourne)
- if (BoolIsTrue RandomAccessBool(EnableActionTransition))
- ChangeSubaction(SpecialSAirStart)
- else
- ChangeSubactionRestartFrame(SpecialSAirStart)
- BoolVariableSetTrue { variable: RandomAccessBool(EnableActionTransition) }
- UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: OnGround }] }
- UnknownEvent { namespace: 0x4, code: 0x7, unk1: 0x0, arguments: [Variable(Variable { memory_type: RandomAccess, data_type: Float, address: 5 })] }
- LoopRest
Exit Script