P+ - Mewtwo - Action - 0x114 SpecialHi
Entry Script
- IntVariableIncrement { variable: LongtermAccessInt (0x62) }
- BoolVariableSetFalse { variable: RandomAccessBool(EnableActionTransition) }
- BoolVariableSetFalse { variable: RandomAccessBool (0x11) }
- CreateInterrupt { interrupt_id: None, action: 0x11b, requirement: (AnimationEnd) }
- UnknownEvent { namespace: 0x8, code: 0x4, unk1: 0x0, arguments: [Bool(false)] }
- if (InAir)
- if ((InternalConstantInt(PreviousAction) Equal scalar(12)))
- IfStatementAnd (BoolIsTrue LongtermAccessBool (0x78))
- IntVariableSet { variable: LongtermAccessInt(JumpsUsed), value: 1 }
- if ((LongtermAccessInt(JumpsUsed) GreaterThan scalar(1)))
- BoolVariableSetTrue { variable: LongtermAccessBool (0x74) }
- IntVariableSet { variable: LongtermAccessInt (0x62), value: 2 }
- IntVariableSet { variable: LongtermAccessInt(JumpsUsed), value: 2 }
- loop Infinite times:
- if (OnGround)
- SetEdgeSlide(StayOn)
- SetAirGround(6)
- if (BoolIsTrue RandomAccessBool(EnableActionTransition))
- ChangeSubaction(SpecialHiStart)
- else
- ChangeSubactionRestartFrame(SpecialHiStart)
- BoolVariableSetTrue { variable: RandomAccessBool(EnableActionTransition) }
- UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: InAir }] }
- else
- SetEdgeSlide(Airbourne)
- SetAirGround(10)
- if (BoolIsTrue RandomAccessBool(EnableActionTransition))
- ChangeSubaction(SpecialAirHiStart)
- else
- ChangeSubactionRestartFrame(SpecialAirHiStart)
- BoolVariableSetTrue { variable: RandomAccessBool(EnableActionTransition) }
- UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: OnGround }] }
- LoopRest
Exit Script