PM3.02 - Kirby - Action - 0x147
            Entry Script
            - CreateInterrupt { interrupt_id: Some(10002), action: Fall, requirement: (AnimationEnd) }
 - PreviousInterruptAddRequirement(InAir)
 - CreateInterrupt { interrupt_id: Some(10000), action: Wait, requirement: (AnimationEnd) }
 - PreviousInterruptAddRequirement(OnGround)
 - loop Infinite times: 
- if (OnGround) 
- SetAirGround(6)
 - SetEdgeSlide(Unknown(2))
 - if (BoolIsTrue RandomAccessBool(EnableActionTransition)) 
- ChangeSubaction(SpecialNEnd_5)
 
 - else
- ChangeSubactionRestartFrame(SpecialNEnd_5)
 - 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(SpecialAirNEnd_5)
 
 - else
- ChangeSubactionRestartFrame(SpecialAirNEnd_5)
 - BoolVariableSetTrue { variable: RandomAccessBool(EnableActionTransition) }
 
 - UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: OnGround }] }
 
 - LoopRest
 
 
            Exit Script
            - UnknownEvent { namespace: 0x10, code: 0x4, unk1: 0x0, arguments: [Value(10), Value(-1)] }
 - UnknownEvent { namespace: 0x10, code: 0x11, unk1: 0x0, arguments: [Value(10)] }