Triple Jump: Difference between revisions

2,093 bytes added ,  2 July 2019
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
{{stub}}
{{Action_infobox
{{rewrite}}
|title= Triple Jump
 
|image=
'''Triple jump'''s are the highest Mario can jump under normal circumstances. It jumps up to (number) units. Unlike the [[Single Jump|single jump]] and the [[Double Jump|double jump]], a triple jump's height does not depend on how long the A button has been held. It also always have the same vertical speed regardless of Mario's horizontal speed. It also cannot grab ledges. Triple jumps are also able to have Mario fly with the wing cap.
|official name= ultraJump (Ultra Jump)
|hex= 0x01000882
|flags= Air, Allow Vertical Wind Action
|group= Airborne
|id= 0x082
|into=
|out of=
|animation= 0xC1
|related=
}}
A '''triple jump''' is typically the jump Mario performs after a [[Single Jump|single jump]] and a [[Double Jump|double jump]]. Unlike the [[Single Jump|single jump]] and the [[Double Jump|double jump]], a triple jump's height does not depend on how long the A button has been held. It also always have the same vertical speed regardless of Mario's horizontal speed. It also cannot grab ledges. Triple jumps are also able to have Mario fly with the wing cap.
A triple jump can only be executed in when both these conditions are met:
A triple jump can only be executed in when both these conditions are met:
*Mario is currently in the double jump landing action
*Mario is currently in the double jump landing action
*Mario has at least 20 horizontal positive speed
*Mario has at least 20 horizontal positive speed
When Mario has the wing cap on, the second condition doesn't have to be met.
When Mario has the wing cap on, the second condition doesn't have to be met.
== Behavior ==
''Certain things here are more explained on their individual pages. If something lacks detail, check the link for more information.''
As with all airborne actions, a variety of "cancels" are checked prior to actually performing the triple jump action. These checks are as follows:
# Water - If Mario's height is lower than 100 units below the water height, the action is transitioned into the [[water plunge]] action.
# Squish - If Mario is supposed to be squished, his action is changed to the [[squished]] action.
# Vertical Wind- If Mario is above a vertical wind floor, his action is changed to the [[vertical wind]] action. (This is due to the triple jump action having the "Allow Vertical Wind Action" flag.)
At this point, two more things happen prior to the triple jump action:
* Mario's quicksand depth is set to 0.
* Mario plays a falling noise if he has fallen more than 1150 units from his peak.
With the triple jump action occurring, the following happens:
# If the "special triple jump" is unlocked, the action is instead set to the [[Special Triple Jump|special triple jump]] action. This stops the triple jump action.
# If the B button is pressed, Mario will either enter the [[dive]] action if his speed is greater than 28 or the jump kick action otherwise. This stops the triple jump action.
# If the Z button is pressed, Mario will enter the [[ground pound]] action. This stops the triple jump action.
# Mario performs the other noises for the jump, depending on the version of the game. <!--Elaborate on this.-->
# Now, Mario performs the quarter-frame movement via a full [[Movement_Steps#Air_Step|common air step]]. The landing action is a [[Triple Jump Land|triple jump land]] action and the check has neither the "Check Ledge Grab" and "Check Hang" flags, preventing it from doing so.
# The flip noises are now played for the jump. <!--Elaborate on this.-->
==Special Triple Jump==
==Special Triple Jump==
After talking to Yoshi on the castle's rooftop, Mario gets a special triple jump. The jump causes Mario to roll and  be surrounded by sparkles. Both normal and special triple jumps are executed in the same way and has the same max height. Their height are not affected by speed. A special triple jump has a bounce at the end of the jump, which has an initial VS of 40. The bounce stores VS. Mario cannot wallkick from a special triple jump, but instead Mario bounces of the wall, converting positive speed to negative speed and the other way around. It also has a controllable jump height. Mario doesn't take fall damage when landing from it as well.
After talking to Yoshi on the castle's rooftop, Mario gets a special triple jump. The jump causes Mario to roll and  be surrounded by sparkles. Both normal and special triple jumps are executed in the same way and has the same max height. Their height are not affected by speed. A special triple jump has a bounce at the end of the jump, which has an initial VS of 40. The bounce stores VS. Mario cannot wallkick from a special triple jump, but instead Mario bounces of the wall, converting positive speed to negative speed and the other way around. It also has a controllable jump height. Mario doesn't take fall damage when landing from it as well.
[[Category:Actions]]