Turning Around: Difference between revisions

m
added not pressing a
m (made more concise)
m (added not pressing a)
Line 21: Line 21:
After Mario has initiated the turn, the following things happens in the following order:
After Mario has initiated the turn, the following things happens in the following order:
# Game checks if A button is pressed (If true Mario will side flip)
# Game checks if A button is pressed (If true Mario will side flip)
# Game checks if the analog stick is at a neutral position (If true Mario will break)
# Game checks if the analog stick is at a neutral position and the A button is not pressed (If true Mario will break)
# Game checks if If analog_stick_held_back is no longer true (If true Mario will begin walking)
# Game checks if If analog_stick_held_back is no longer true (If true Mario will begin walking)
# Game performs slope deceleration check
# Game performs slope deceleration check
46

edits