P+ - Wario-Man - Action - 0x12f

Entry Script

  1. CreateInterrupt { interrupt_id: None, action: Wait, requirement: (AnimationEnd) }
  2. PreviousInterruptAddRequirement(OnGround)
  3. CreateInterrupt { interrupt_id: None, action: Fall, requirement: (AnimationEnd) }
  4. PreviousInterruptAddRequirement(InAir)
  5. if ((LongtermAccessInt(Temp2) GreaterThanOrEqual scalar(120)))
    1. if (FacingRight)
      1. ChangeSubactionRestartFrame(SpecialLwLandingFlyR)
    2. else
      1. ChangeSubactionRestartFrame(SpecialLwLandingFlyL)
  6. else
    1. if ((LongtermAccessInt(Temp2) GreaterThanOrEqual scalar(60)))
      1. if (FacingRight)
        1. ChangeSubactionRestartFrame(SpecialLwLandingLR)
      2. else
        1. ChangeSubactionRestartFrame(SpecialLwLandingLL)

Exit Script