PM3.6 - Wolf - Action - 0x112 SpecialN

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. CallEveryFrame { thread_id: 9, script: 0x25c34 }
  6. loop Infinite times:
    1. if (OnGround)
      1. SetAirGround(6)
      2. SetEdgeSlide(Unknown(2))
      3. if (BoolIsTrue RandomAccessBool (0x5))
        1. ChangeSubaction(SpecialN)
      4. else
        1. ChangeSubactionRestartFrame(SpecialN)
        2. BoolVariableSetTrue { variable: RandomAccessBool (0x5) }
      5. UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: InAir }] }
    2. else
      1. SetAirGround(0)
      2. SetEdgeSlide(Airbourne)
      3. if (BoolIsTrue RandomAccessBool (0x5))
        1. ChangeSubaction(SpecialAirN)
      4. else
        1. ChangeSubactionRestartFrame(SpecialAirN)
        2. BoolVariableSetTrue { variable: RandomAccessBool (0x5) }
      5. UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: OnGround }] }
    3. LoopRest

Exit Script

  1. if (ArticleExists value(0))
    1. ArticleAnimation(0)