P+ - Wario-Man - 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(Temp2) GreaterThanOrEqual scalar(120)))
- if (FacingRight)
- ChangeSubactionRestartFrame(SpecialLwLandingFlyR)
- else
- ChangeSubactionRestartFrame(SpecialLwLandingFlyL)
- else
- if ((LongtermAccessInt(Temp2) GreaterThanOrEqual scalar(60)))
- if (FacingRight)
- ChangeSubactionRestartFrame(SpecialLwLandingLR)
- else
- ChangeSubactionRestartFrame(SpecialLwLandingLL)
Exit Script