PM3.6 - Yoshi - Action - 0x113 SpecialS

Entry Script

  1. ItemVisibility(false)
  2. UnknownEvent { namespace: 0x1f, code: 0xf, unk1: 0x0, arguments: [Bool(false)] }
  3. CreateInterrupt { interrupt_id: None, action: 0x11c, requirement: (AnimationEnd) }
  4. BoolVariableSetFalse { variable: RandomAccessBool(EnableActionTransition) }
  5. ControllerUnk02
  6. CallEveryFrame { thread_id: 9, script: 0x24e1c }
  7. loop Infinite times:
    1. if (OnGround)
      1. SetEdgeSlide(StayOn)
      2. if (BoolIsTrue RandomAccessBool(EnableActionTransition))
        1. ChangeSubaction(SpecialSStart)
      3. else
        1. ChangeSubactionRestartFrame(SpecialSStart)
        2. BoolVariableSetTrue { variable: RandomAccessBool(EnableActionTransition) }
      4. UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: InAir }] }
    2. else
      1. SetEdgeSlide(Airbourne)
      2. if (BoolIsTrue RandomAccessBool(EnableActionTransition))
        1. ChangeSubaction(SpecialAirSStart)
      3. else
        1. ChangeSubactionRestartFrame(SpecialAirSStart)
        2. BoolVariableSetTrue { variable: RandomAccessBool(EnableActionTransition) }
      4. UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: OnGround }] }
    3. LoopRest

Exit Script