Turning Around: Difference between revisions

m
changed INPUT_UNKNOWN_5 to neutral stick
m (made more concise)
m (changed INPUT_UNKNOWN_5 to neutral stick)
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 INPUT_UNKNOWN_5 is pressed (If true Mario will break)
# Game checks if the analog stick is at a neutral position (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