Brawl - Wario-Man - Action - 0x12b
Entry Script
- CreateInterrupt { interrupt_id: None, action: Fall, requirement: (AnimationEnd) }
- ChangeSubactionRestartFrame(SpecialSEscape)
- loop Infinite times:
- if (OnGround)
- SetEdgeSlide(StayOn)
- UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: InAir }] }
- else
- SetEdgeSlide(Airbourne)
- UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: OnGround }] }
- LoopRest
Exit Script