PM3.02 - Yoshi - Subaction - GuardOn

| 1 | 2 | 3 | 4 | 5 | 6 | 7 |

Stats

IASA: None
Fully Invincible: 1-7
Subaction Index: 0x3f

Scripts

Main

  1. ChangeHurtBoxStateAll { state: Invincible }
  2. loop 2 times:
    1. if (ButtonPress value(3))
      1. EnableInterruptGroup(GroundJump)
      2. CreateInterrupt { interrupt_id: None, action: JumpSquat, requirement: ((LongtermAccessFloat (0x23) GreaterThanOrEqual scalar(0.6))) }
      3. PreviousInterruptAddRequirement((InternalConstantInt(CurrentFrame) GreaterThan scalar(0)))
      4. PreviousInterruptAddRequirement(OnGround)
    2. SyncWait(1.0)

GFX

    SFX

    1. AsyncWait(1.0)
    2. SoundEffect1(100)

    Other