PM3.02 - Ness - Action - 0x115 SpecialLw

Entry Script

  1. UnknownEvent { namespace: 0x12, code: 0x0, unk1: 0x0, arguments: [Variable(Variable { memory_type: InternalConstant, data_type: Int, address: 24006 }), Variable(Variable { memory_type: RandomAccess, data_type: Int, address: 0 })] }
  2. if (not(BoolIsTrue LongtermAccessBool (0x42)))
    1. UnknownEvent { namespace: 0x12, code: 0x0, unk1: 0x0, arguments: [Variable(Variable { memory_type: InternalConstant, data_type: Int, address: 24007 }), Variable(Variable { memory_type: RandomAccess, data_type: Int, address: 1 })] }
  3. BoolVariableSetTrue { variable: LongtermAccessBool (0x42) }
  4. CreateInterrupt { interrupt_id: None, action: 0x11e, requirement: (AnimationEnd) }
  5. CallEveryFrame { thread_id: 9, script: 0x17888 }
  6. BoolVariableSetFalse { variable: RandomAccessBool(EnableActionTransition) }
  7. loop Infinite times:
    1. if (OnGround)
      1. SetEdgeSlide(StayOn)
      2. SetAirGround(6)
      3. if (not(BoolIsTrue RandomAccessBool(EnableActionTransition)))
        1. ChangeSubactionRestartFrame(SpecialLwStart)
      4. else
        1. ChangeSubaction(SpecialLwStart)
      5. UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: InAir }] }
    2. else
      1. SetEdgeSlide(Airbourne)
      2. SetAirGround(105)
      3. if (not(BoolIsTrue RandomAccessBool(EnableActionTransition)))
        1. ChangeSubactionRestartFrame(SpecialAirLwStart)
      4. else
        1. ChangeSubaction(SpecialAirLwStart)
      5. UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: OnGround }] }
    3. BoolVariableSetTrue { variable: RandomAccessBool(EnableActionTransition) }
    4. FrameSpeedModifier { multiplier: 1.0, unk: 0 }
    5. LoopRest

Exit Script