PM3.6 - Zelda - Subaction - SpecialSReturn

| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 |

Stats

IASA: 31
Subaction Index: 0x39

Scripts

Main

  1. IntVariableSet { variable: RandomAccessInt(ThrowDataParam1), value: 0 }
  2. if (not(BoolIsTrue LongtermAccessBool (0x7e)))
    1. ResetVerticalVelocityAndAcceleration(true)
    2. ResetVerticalVelocityAndAcceleration(false)
  3. if (not(OnGround))
    1. BoolVariableSetTrue { variable: LongtermAccessBool (0x7e) }
  4. AsyncWait(4.0)
  5. if ((InternalConstantInt(PreviousAction) Equal scalar(275)))
    1. IfStatementAnd ((InternalConstantInt(ControlStickXAxisRelative) LessThan scalar(0)))
    2. FloatVariableSet { variable: RandomAccessFloat (0x7), value: InternalConstantInt(HorizontalCharacterVelocity) }
    3. FloatVariableMultiply { variable: RandomAccessFloat (0x7), value: -2 }
    4. BoolVariableSetTrue { variable: LongtermAccessBool(CanNotTeeter) }
    5. AddVelocity { x_vel: Variable(RandomAccessFloat(Address(7))), y_vel: Constant(0.0) }
    6. BoolVariableSetFalse { variable: LongtermAccessBool(CanNotTeeter) }
    7. Posture(3)
    8. Posture(4)
  6. AsyncWait(12.0)
  7. BoolVariableSetTrue { variable: RandomAccessBool (0x82fdc) }
  8. BoolVariableSetTrue { variable: RandomAccessBool (0x728fc) }
  9. BoolVariableSetTrue { variable: RandomAccessBool (0x6221c) }
  10. AsyncWait(35.0)
  11. AllowInterrupts

GFX

  1. ExternalGraphicEffect(ExternalGraphicEffect { file: 14, graphic: 4, bone: 99, x_offset: 0.0, y_offset: 0.0, z_offset: 0.0, x_rotation: 0.0, y_rotation: 0.0, z_rotation: 0.0, scale: 0.8, randomize: None, terminate_with_animation: true })
  2. FlashEffectOverlay { red: 255, green: 255, blue: 255, alpha: 150 }
  3. AsyncWait(1.0)
  4. FlashEffectOverlay { red: 255, green: 70, blue: 0, alpha: 200 }
  5. SetColorOfFlashEffectOverlay { transition_time: 12, red: 255, green: 70, blue: 0, alpha: 0 }
  6. AsyncWait(3.0)
  7. AsyncWait(4.0)
  8. AsyncWait(13.0)
  9. ExternalGraphicEffect(ExternalGraphicEffect { file: 0, graphic: 106, bone: 99, x_offset: 0.0, y_offset: 0.0, z_offset: 0.0, x_rotation: 0.0, y_rotation: 0.0, z_rotation: 0.0, scale: 0.5, randomize: None, terminate_with_animation: false })
  10. ExternalGraphicEffect(ExternalGraphicEffect { file: 14, graphic: 10, bone: 99, x_offset: 0.0, y_offset: 0.0, z_offset: 0.0, x_rotation: 0.0, y_rotation: 0.0, z_rotation: 0.0, scale: 0.6, randomize: None, terminate_with_animation: true })
  11. RemoveFlashEffect

SFX

  1. AsyncWait(7.0)
  2. SoundEffect1(3983)

Other