246
edits
Icecream17 (talk | contribs) (mas unnecessary information) |
Icecream17 (talk | contribs) (correct grammar) |
||
Line 13: | Line 13: | ||
}} | }} | ||
[[File:Walking.svg|alt=A velocity/time graph of Mario's speed during the first 45 frames (1.5 seconds) of walking|thumb|Mario's speed during the first 45 frames (1.5 seconds) of walking. Note that this depends on the slope of the surface being walked on.]] | [[File:Walking.svg|alt=A velocity/time graph of Mario's speed during the first 45 frames (1.5 seconds) of walking|thumb|Mario's speed during the first 45 frames (1.5 seconds) of walking. Note that this depends on the slope of the surface being walked on.]] | ||
The '''walking''' action occurs when Mario is moving only by using the analog stick. It can also occur when exiting | The '''walking''' action occurs when Mario is moving only by using the analog stick. It can also occur when exiting water (except if exiting water through a [[water jump]]). | ||
When walking<ref>https://github.com/n64decomp/sm64/blob/master/src/game/mario_actions_moving.c#L777</ref>: | When walking<ref>https://github.com/n64decomp/sm64/blob/master/src/game/mario_actions_moving.c#L777</ref>: | ||
# mario_drop_held_object | # mario_drop_held_object | ||
Line 191: | Line 191: | ||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> | ||
==References== | ==References== | ||
<references /> | <references /> | ||
{{actions}} | {{actions}} |
edits