LXP2.1 - Lucina - Action - 0x117

Entry Script

  1. BoolVariableSetFalse { variable: RandomAccessBool(EnableActionTransition) }
  2. CallEveryFrame { thread_id: 9, script: 0x28e2c }
  3. CreateInterrupt { interrupt_id: None, action: 0x119, requirement: (BoolIsTrue RandomAccessBool (0x11)) }
  4. CreateInterrupt { interrupt_id: None, action: 0x118, requirement: (ButtonNotPressed value(1)) }
  5. Subroutine(0x13db8)
  6. loop Infinite times:
    1. if (OnGround)
      1. BoolVariableSetTrue { variable: LongtermAccessBool (0x70) }
      2. BoolVariableSetFalse { variable: LongtermAccessBool (0x76) }
      3. SetAirGround(16)
      4. SetEdgeSlide(Unknown(2))
      5. if (BoolIsTrue RandomAccessBool(EnableActionTransition))
        1. ChangeSubaction(SpecialNLoop)
      6. else
        1. ChangeSubactionRestartFrame(SpecialNLoop)
        2. BoolVariableSetTrue { variable: RandomAccessBool(EnableActionTransition) }
      7. UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: InAir }] }
    2. else
      1. SetAirGround(10)
      2. SetEdgeSlide(Airbourne)
      3. if (BoolIsTrue RandomAccessBool(EnableActionTransition))
        1. ChangeSubaction(SpecialAirNLoop)
      4. else
        1. ChangeSubactionRestartFrame(SpecialAirNLoop)
        2. BoolVariableSetTrue { variable: RandomAccessBool(EnableActionTransition) }
      5. UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: OnGround }] }
    3. LoopRest

Exit Script