PM3.6 - Peach - Action - 0x115 SpecialLw

Entry Script

  1. CreateInterrupt { interrupt_id: None, action: Fall, requirement: (AnimationEnd) }
  2. PreviousInterruptAddRequirement(InAir)
  3. CreateInterrupt { interrupt_id: None, action: Wait, requirement: (AnimationEnd) }
  4. ChangeSubactionRestartFrame(SpecialLw)
  5. UnknownEvent { namespace: 0xc, code: 0x13, unk1: 0x0, arguments: [] }
  6. loop Infinite times:
    1. if (OnGround)
      1. SetEdgeSlide(StayOn)
      2. SetAirGround(6)
      3. DisableInterruptGroup(AirLanding)
      4. UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: InAir }] }
    2. else
      1. SetEdgeSlide(Airbourne)
      2. SetAirGround(0)
      3. EnableInterruptGroup(AirLanding)
      4. UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: OnGround }] }
    3. LoopRest

Exit Script

  1. UnknownEvent { namespace: 0xc, code: 0x12, unk1: 0x0, arguments: [Value(0)] }