Gravity: Difference between revisions

no edit summary
(Filling out the gravity page/creating it.)
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 29: Line 29:
## If Mario's vertical speed is less than -75, it is capped/set to -75.
## If Mario's vertical speed is less than -75, it is capped/set to -75.
## Mario now stops these gravity checks.
## Mario now stops these gravity checks.
# If Mario has the 0x100 flag, his action does not have the "control jump height", "invulnerable," or "intangible" action flags, his vertical speed is more than 20, and A is not held:
# If Mario has the 0x100 flag, his action does not have the "invulnerable" or "intangible" but has the "control jump height" action flags, his vertical speed is more than 20, and A is not held:
## Mario's vertical speed is set to a quarter of its value.
## Mario's vertical speed is set to a quarter of its value.
## Mario now stops these gravity checks.
## Mario now stops these gravity checks.
Line 40: Line 40:
## Mario's vertical speed is decreased by 2.
## Mario's vertical speed is decreased by 2.
## If Mario's vertical speed is less than -37.5, it is increased by 4.
## If Mario's vertical speed is less than -37.5, it is increased by 4.
## If Mario's vertical speed is more than -37.5, it is capped/set to -37.5.
##* Then if Mario's vertical speed is more than -37.5, it is capped/set to -37.5.
## Mario now stops these gravity checks.
## Mario now stops these gravity checks.
# If Mario is still in these checks:
# If Mario is still in these checks:
## Mario's vertical speed is decreased by 4.
## Mario's vertical speed is decreased by 4.
## If Mario's vertical speed is less than -75, it is capped/set to -75.
## If Mario's vertical speed is less than -75, it is capped/set to -75.
[[Category:Action Mechanics]]