PM3.6 - Lucario - Action - 0x113 SpecialS

Entry Script

  1. BoolVariableSetFalse { variable: LongtermAccessBool (0x3e) }
  2. IntVariableSet { variable: LongtermAccessInt (0x45), value: 470 }
  3. IntVariableSet { variable: LongtermAccessInt (0x46), value: 471 }
  4. CreateInterrupt { interrupt_id: Some(0), action: Wait, requirement: (AnimationEnd) }
  5. PreviousInterruptAddRequirement(OnGround)
  6. CreateInterrupt { interrupt_id: Some(1), action: Fall, requirement: (AnimationEnd) }
  7. Posture(3)
  8. Posture(4)
  9. UnknownEvent { namespace: 0xc, code: 0x1, unk1: 0x0, arguments: [] }
  10. loop Infinite times:
    1. if (OnGround)
      1. Subroutine(0x190c8)
      2. Subroutine(0x18fa8)
      3. SetAirGround(6)
      4. EnableInterrupt(0)
      5. DisableInterrupt(1)
      6. UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: InAir }] }
    2. else
      1. Subroutine(0x19110)
      2. Subroutine(0x18fe8)
      3. SetAirGround(10)
      4. DisableInterrupt(0)
      5. EnableInterrupt(1)
      6. UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: OnGround }] }
    3. LoopRest

Exit Script