Version differences: Difference between revisions

m
no edit summary
mNo edit summary
Line 132: Line 132:
| game/behaviors/racing_penguin.inc.c || style="background-color: #FFFF90" | When the penguin is turning to face Mario at the end of the race (todo: confirm this), func_802BE3B4(1) is called but only on the U version.
| game/behaviors/racing_penguin.inc.c || style="background-color: #FFFF90" | When the penguin is turning to face Mario at the end of the race (todo: confirm this), func_802BE3B4(1) is called but only on the U version.
|-
|-
| game/behaviors/racing_penguin.inc.c || style="background-color: #FFFF90" | On the U version, obj_spawn_star_at_y_offset is used to spawn the star instead of CreateStar. This causes the star to spawn from 200 units lower on U.
| game/behaviors/racing_penguin.inc.c || style="background-color: #9F9" | On the U version, obj_spawn_star_at_y_offset is used to spawn the star instead of CreateStar. This causes the star to spawn from 200 units lower on U.
|-
|-
| game/behaviors/red_coin.inc.c || style="background-color: #9F9" | As you collect more red coins, the sound played when collecting secrets gets higher in pitch on the U version. It doesn't change on the J version.
| game/behaviors/red_coin.inc.c || style="background-color: #9F9" | As you collect more red coins, the sound played when collecting secrets gets higher in pitch on the U version. It doesn't change on the J version.