Gravity: Difference between revisions

Fixing a mistake
No edit summary
(Fixing a mistake)
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.