Triple Jump: Difference between revisions

152 bytes removed ,  23 January 2023
no edit summary
mNo edit summary
No edit summary
 
(3 intermediate revisions by 3 users not shown)
Line 12: Line 12:
|related=
|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, and it also cannot grab ledges. Triple jumps are also able to have Mario fly with the wing cap.
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 has the same vertical speed regardless of Mario's horizontal speed, and 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<ref>[https://github.com/n64decomp/sm64/blob/master/src/game/mario_actions_moving.c#L152 Code from decompilation]</ref>
*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.


Line 61: Line 61:


==Special Triple Jump==
==Special Triple Jump==
''Main article: [[Special Triple Jump]]''
{{main|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.


== References ==
{{actions}}
<references/>