PM3.02 - Samus - Subaction - SpecialAirNHold

| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 |

Stats

IASA: None
Subaction Index: 0x1c

Scripts

Main

  1. BoolVariableSetTrue { variable: RandomAccessBool(EnableGlide) }
  2. loop Infinite times:
    1. if ((InternalConstantInt(HorizontalCharacterVelocity) GreaterThan scalar(0.015)))
      1. AddVelocity { x_vel: Constant(-0.015), y_vel: Constant(0.0) }
    2. else
      1. if ((InternalConstantInt(HorizontalCharacterVelocity) LessThan scalar(-0.015)))
        1. AddVelocity { x_vel: Constant(0.015), y_vel: Constant(0.0) }
    3. SyncWait(1.0)

GFX

  1. Goto(SpecialNHold GFX 0xaed0)

SFX

  1. AsyncWait(1.0)
  2. SoundEffectTransient(2900)

Other

  1. Goto(SpecialNHold Other 0x5680)