PM3.6 - Mario - Action - 0x113 SpecialS

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. Posture(3)
  6. Posture(4)
  7. UnknownEvent { namespace: 0xc, code: 0x1, unk1: 0x0, arguments: [] }
  8. loop Infinite times:
    1. if (OnGround)
      1. SetAirGround(6)
      2. SetEdgeSlide(StayOn)
      3. LedgeGrabEnable(Disable)
      4. if (BoolIsTrue RandomAccessBool(EnableActionTransition))
        1. ChangeSubaction(SpecialS)
      5. else
        1. ChangeSubactionRestartFrame(SpecialS)
        2. BoolVariableSetTrue { variable: RandomAccessBool(EnableActionTransition) }
      6. UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: InAir }] }
    2. else
      1. SetEdgeSlide(Airbourne)
      2. LedgeGrabEnable(Unknown(4))
      3. if (BoolIsTrue RandomAccessBool(EnableActionTransition))
        1. ChangeSubaction(SpecialAirS)
        2. SetAirGround(10)
      4. else
        1. ChangeSubactionRestartFrame(SpecialAirS)
        2. BoolVariableSetTrue { variable: RandomAccessBool(EnableActionTransition) }
      5. UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: OnGround }] }
    3. LoopRest

Exit Script

  1. if ((LongtermAccessInt(CostumeID) GreaterThanOrEqual scalar(7)))