Shocked

From Ukikipedia
Jump to navigation Jump to search
Shocked
Properties
Hex 0x00020338
Action Flags stationary
Action Group Cutscene
ID 0x138
Transitions
Into Cutscene cancel: Quicksand Death, main: Electrocution, Idle
Out of by interaction with Amp
Other
Animation 7A (MARIO_ANIM_SHOCKED)
Related Actions
Related Electrocution

Shocked is an action that occurs when interacting with an Amp. This action cannot be interrupted until it finishes, (except by the cutscene cancel Quicksand Death)

Behavior

(cutscene) cancel as always Then:

  1. Action arg: 0 (hasn't landed)
    1. Play WAAAOOOOW sound if no flag
    2. Play shocked sound as well
    3. Call camera shake from hit function
    4. Set vorward vel to 0
    5. Do air step (argument 1, allowing ledge grab)
      1. If air step land, play landing sound and set mario's action arg to 1
  2. Action arg: not 0 (has landed)
    1. Stop and set height to floor
    2. Once the animation has finished for 6 frames, if health < 0x0100, die (Electrocution) else Idle

(return false, exiting the action loop, even if action was changed)