Version differences: Difference between revisions

m
no edit summary
m (forgot what i changed)
mNo edit summary
Line 344: Line 344:
| game/mario_actions_airborne.c || style="background-color: #9F9" | In the U version, the sound Mario makes when he does a triple jump is randomized between "Yahoo!" (60% chance), "Waha!" (20% chance), and "Yippee!" (20% chance). On the J version, Mario says "Yahoo!" every time.
| game/mario_actions_airborne.c || style="background-color: #9F9" | In the U version, the sound Mario makes when he does a triple jump is randomized between "Yahoo!" (60% chance), "Waha!" (20% chance), and "Yippee!" (20% chance). On the J version, Mario says "Yahoo!" every time.
|-
|-
| game/mario_actions_airborne.c ||  
| game/mario_actions_airborne.c || style="background-color: #9F9" | On the J version, if Mario jumps out of water and grabs a ledge during the jump, his model will appear above the floor he grabbed on for a single frame. This is because the game starts the ledge-grabbing animation 1 frame too late, so Mario appears at the location of his hitbox (which is on the floor above him when ledge-grabbing) in the single jump animation for a single frame. This purely graphical glitch doesn't exist on the U version.
|-
|-
| game/mario_actions_airborne.c ||  
| game/mario_actions_airborne.c ||