46
edits
mNo edit summary |
m (links) |
||
Line 23: | Line 23: | ||
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|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]]) | ||
# Game performs slope decel check | # Game performs slope decel check | ||
# The "SOUND_MOVING_TERRAIN_SLIDE" sound plays | # The "SOUND_MOVING_TERRAIN_SLIDE" sound plays |
edits