LXP2.1 - Lucina - Action - 0x117
Entry Script
- BoolVariableSetFalse { variable: RandomAccessBool(EnableActionTransition) }
- CallEveryFrame { thread_id: 9, script: 0x28e2c }
- CreateInterrupt { interrupt_id: None, action: 0x119, requirement: (BoolIsTrue RandomAccessBool (0x11)) }
- CreateInterrupt { interrupt_id: None, action: 0x118, requirement: (ButtonNotPressed value(1)) }
- Subroutine(0x13db8)
- loop Infinite times:
- if (OnGround)
- BoolVariableSetTrue { variable: LongtermAccessBool (0x70) }
- BoolVariableSetFalse { variable: LongtermAccessBool (0x76) }
- SetAirGround(16)
- SetEdgeSlide(Unknown(2))
- if (BoolIsTrue RandomAccessBool(EnableActionTransition))
- ChangeSubaction(SpecialNLoop)
- else
- ChangeSubactionRestartFrame(SpecialNLoop)
- 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(SpecialAirNLoop)
- else
- ChangeSubactionRestartFrame(SpecialAirNLoop)
- BoolVariableSetTrue { variable: RandomAccessBool(EnableActionTransition) }
- UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: OnGround }] }
- LoopRest
Exit Script