P+ - Charizard - Action - 0x116 Final
Entry Script
- FinalSmashEnter
- UnknownEvent { namespace: 0x14, code: 0x5, unk1: 0x0, arguments: [Bool(false)] }
- CreateInterrupt { interrupt_id: Some(10000), action: Wait, requirement: (AnimationEnd) }
- PreviousInterruptAddRequirement(OnGround)
- CreateInterrupt { interrupt_id: Some(10002), action: Fall, requirement: (AnimationEnd) }
- PreviousInterruptAddRequirement(InAir)
- SetVelocity { x_vel: 0.0, y_vel: 0.0 }
- ResetVerticalVelocityAndAcceleration(true)
- loop Infinite times:
- if (OnGround)
- SetAirGround(15)
- SetEdgeSlide(StayOn)
- if (BoolIsTrue RandomAccessBool(EnableActionTransition))
- ChangeSubaction(Final)
- else
- ChangeSubactionRestartFrame(Final)
- BoolVariableSetTrue { variable: RandomAccessBool(EnableActionTransition) }
- UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: InAir }] }
- else
- SetAirGround(17)
- SetEdgeSlide(Airbourne)
- if (BoolIsTrue RandomAccessBool(EnableActionTransition))
- ChangeSubaction(Final)
- else
- ChangeSubactionRestartFrame(Final)
- BoolVariableSetTrue { variable: RandomAccessBool(EnableActionTransition) }
- UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: OnGround }] }
- LoopRest
Exit Script
- UnknownEvent { namespace: 0x1a, code: 0x7, unk1: 0x0, arguments: [Bool(true)] }
- UnknownEvent { namespace: 0xb, code: 0x2, unk1: 0x0, arguments: [Bool(true)] }
- ChangeHurtBoxStateAll { state: Normal }
- FinalSmashExit