Triple Jump: Difference between revisions

No change in size ,  12 July 2020
m
no edit summary
mNo edit summary
mNo edit summary
Line 15: Line 15:
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<ref>[https://github.com/n64decomp/sm64/blob/master/src/game/mario_actions_moving.c#L152 Code from decompilation]</ref>
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 27: Line 27:
** Has not gone past the action timer.
** Has not gone past the action timer.
** Is not wearing a [[Wing Cap|wing cap]].
** Is not wearing a [[Wing Cap|wing cap]].
** Has more than 20 forward speed.<ref>[https://github.com/n64decomp/sm64/blob/master/src/game/mario_actions_moving.c#L152 Code from decompilation]</ref>
** Has more than 20 forward speed.
* '''[[Walking]]''' & '''[[Decelerating]]''':
* '''[[Walking]]''' & '''[[Decelerating]]''':
** The previous action is the double jump land action.
** The previous action is the double jump land action.
1,021

edits