P+ - Wario - Action - 0x12f
Entry Script
- CreateInterrupt { interrupt_id: None, action: Wait, requirement: (AnimationEnd) }
- PreviousInterruptAddRequirement(OnGround)
- CreateInterrupt { interrupt_id: None, action: Fall, requirement: (AnimationEnd) }
- PreviousInterruptAddRequirement(InAir)
- if ((LongtermAccessInt (0x42) GreaterThanOrEqual scalar(3)))
- if (FacingRight)
- ChangeSubactionRestartFrame(SpecialLwLandingFlyR)
- else
- ChangeSubactionRestartFrame(SpecialLwLandingFlyL)
- else
- if ((LongtermAccessInt (0x42) GreaterThanOrEqual scalar(2)))
- if (FacingRight)
- ChangeSubactionRestartFrame(SpecialLwLandingLR)
- else
- ChangeSubactionRestartFrame(SpecialLwLandingLL)
Exit Script