Version differences: Difference between revisions

m
Line 122: Line 122:
| game/behaviors/moneybag.inc.c || style="background-color: #9F9" | When turning invisible, moneybags make a sound in U but not in J.
| game/behaviors/moneybag.inc.c || style="background-color: #9F9" | When turning invisible, moneybags make a sound in U but not in J.
|-
|-
| game/behaviors/mr_i.inc.c || style="background-color: #FFFF90" | In ActionMrI0, the Mr. I will set its MoveAngle's to 0 on the J version. On the U version, it calls set_object_angle(o, 0, 0, 0), which sets both its FaceAngle's and MoveAngle's to 0.
| game/behaviors/mr_i.inc.c || style="background-color: #FFFF90" | In ActionMrI0, the Mr. I will set its MoveAngles to 0 on the J version. On the U version, it calls set_object_angle(o, 0, 0, 0), which sets both its FaceAngles and MoveAngles to 0.
|-
|-
| game/behaviors/piranha_plant.inc.c || style="background-color: #9F9" | piranha_plant_reset_when_far is only declared in the U version. It resets the piranha plant if it is far away from Mario. This was done to patch [https://www.youtube.com/watch?v=zkA3WFlHS9g this J-specific glitch.]
| game/behaviors/piranha_plant.inc.c || style="background-color: #9F9" | piranha_plant_reset_when_far is only declared in the U version. It resets the piranha plant if it is far away from Mario. This was done to patch [https://www.youtube.com/watch?v=zkA3WFlHS9g this J-specific glitch.]