Turning Around: Difference between revisions

Jump to navigation Jump to search
fixed small problems
(Created page (first contribution) plz someone add some parts that i forgot or change INPUT_UNKNOWN_5 to whatever it is supposed to be and add a gif of turning.)
 
(fixed small problems)
Line 9: Line 9:
== Checks and Behavior ==
== Checks and Behavior ==
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|side flip]])
# Game checks if INPUT_UNKNOWN_5 is pressed (If true Mario will break)
# Game checks if INPUT_UNKNOWN_5 is 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)
Line 21: Line 21:
# Game checks if Mario's [[speed]] is higher than 0 (If true Mario will begin [[walking]] at his current speed)
# Game checks if Mario's [[speed]] is higher than 0 (If true Mario will begin [[walking]] at his current speed)
# If the previous check was false, Mario's speed is set to 8 and he begins [[walking]]
# If the previous check was false, Mario's speed is set to 8 and he begins [[walking]]
{{actions}}
46

edits

Navigation menu