P+ - Roy - Action - 0xd6 CaptureMonkeyFlip

Entry Script (Common)

  1. if (BoolIsTrue RandomAccessBool(EnableActionTransition))
    1. ChangeSubactionRestartFrame(SpecialSDxStickCapture)
  2. else
    1. Subroutine(0x80540480)
  3. loop Infinite times:
    1. if (OnGround)
      1. SetAirGround(6)
      2. SetEdgeSlide(StayOn)
      3. UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: InAir }] }
    2. else
      1. SetAirGround(10)
      2. SetEdgeSlide(Airbourne)
      3. UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: OnGround }] }
    3. LoopRest

Exit Script (Common)