PM3.02 - Lucario - Action - 0x115 SpecialLw

Entry Script

  1. BoolVariableSetFalse { variable: LongtermAccessBool (0x3e) }
  2. Posture(3)
  3. Posture(4)
  4. IntVariableSet { variable: LongtermAccessInt (0x45), value: 479 }
  5. IntVariableSet { variable: LongtermAccessInt (0x46), value: 480 }
  6. CreateInterrupt { interrupt_id: Some(0), action: Wait, requirement: (AnimationEnd) }
  7. CreateInterrupt { interrupt_id: Some(1), action: Fall, requirement: (AnimationEnd) }
  8. SetAirGround(17)
  9. loop Infinite times:
    1. if (OnGround)
      1. Subroutine(0x18fa8)
      2. SetEdgeSlide(StayOn)
      3. EnableInterrupt(0)
      4. DisableInterrupt(1)
      5. UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: InAir }] }
    2. else
      1. Subroutine(0x18fe8)
      2. SetEdgeSlide(Airbourne)
      3. BoolVariableSetTrue { variable: LongtermAccessBool (0x42) }
      4. DisableInterrupt(0)
      5. EnableInterrupt(1)
      6. UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: OnGround }] }
    3. LoopRest

Exit Script