Air Throw Land: Difference between revisions

From Ukikipedia
Jump to navigation Jump to search
(update)
(add details)
Line 4: Line 4:
|official name=  
|official name=  
|hex= 0x80000A36
|hex= 0x80000A36
|flags= todo, but includes Air
|flags= Stationary, Air, Throwing
|group= Stationary
|group= Stationary
|id= 0x036
|id= 0x036
|into= [[Shockwave Bounce]], [[Freefall]], [[Idle]]
|into= [[Water Plunge]], [[Squished]], [[Standing Death]] (theoretically), [[Quicksand Death]], [[Shockwave Bounce]], [[Freefall]], [[Idle]]
|out of=
|out of=
|animation=
|animation=
Line 14: Line 14:


Air Throw Land is unique as the only non-Airborne non-Cutscene action with the Air flag. Using this action, Mario can simultaneously land on a [[Fly Guy]] ([[twirling]]) and stand on quicksand (which turns twirling into a [[jump]]). Thus you can jump from this action 0xA.<ref>https://www.youtube.com/watch?v=c8iD58RQ1nw</ref>
Air Throw Land is unique as the only non-Airborne non-Cutscene action with the Air flag. Using this action, Mario can simultaneously land on a [[Fly Guy]] ([[twirling]]) and stand on quicksand (which turns twirling into a [[jump]]). Thus you can jump from this action 0xA.<ref>https://www.youtube.com/watch?v=c8iD58RQ1nw</ref>
== Behavior ==
Before performing the action, [[Idle#Stationary%20cancels|stationary cancels]] are checked.
When performing Air Throw Land:
# If Mario is shocked by a Bowser shock wave, his action is set to [[Shockwave Bounce|shockwave bounce]].
# If Mario is off the floor, his action is set to [[freefall]].
# If ++animationTimer == 4, Mario throws his held object.
#Now, Mario performs quarter-frame movement via a full [[Movement_Steps#Stationary_Step|common stationary step]].
#Mario's animation is set/updated for the "throw light object" animation.
#If the animation is over, Mario's action is set to the [[idle]] action.
==References==
==References==
<references />
<references />
{{actions}}
{{actions}}

Revision as of 00:48, 7 March 2023

Air Throw Land
Properties
Hex 0x80000A36
Action Flags Stationary, Air, Throwing
Action Group Stationary
ID 0x036
Transitions
Into Water Plunge, Squished, Standing Death (theoretically), Quicksand Death, Shockwave Bounce, Freefall, Idle


Air Throw Land is unique as the only non-Airborne non-Cutscene action with the Air flag. Using this action, Mario can simultaneously land on a Fly Guy (twirling) and stand on quicksand (which turns twirling into a jump). Thus you can jump from this action 0xA.[1]

Behavior

Before performing the action, stationary cancels are checked.

When performing Air Throw Land:

  1. If Mario is shocked by a Bowser shock wave, his action is set to shockwave bounce.
  2. If Mario is off the floor, his action is set to freefall.
  3. If ++animationTimer == 4, Mario throws his held object.
  4. Now, Mario performs quarter-frame movement via a full common stationary step.
  5. Mario's animation is set/updated for the "throw light object" animation.
  6. If the animation is over, Mario's action is set to the idle action.

References