Address Error Exception: Difference between revisions

errors aren't values
(show ASM and stuff)
(errors aren't values)
Tags: Mobile edit Mobile web edit
 
(5 intermediate revisions by 4 users not shown)
Line 31: Line 31:
     12b4: 13210008 beq t9,at,12d8 <act_start_hanging+0xf0>
     12b4: 13210008 beq t9,at,12d8 <act_start_hanging+0xf0>
     12b8: 00000000 nop
     12b8: 00000000 nop
Since the t9 load is skipped, the only effect could be to potentially cause Mario to stay hanging for a single frame without a ceiling.
Since the t9 load is skipped, the only effect could be to potentially cause Mario to stay hanging for a single frame without a ceiling. After that, `perform_hanging_step` will catch the fact that Mario's ceiling is NULL and stop the hang. Similar effects on PAL version.
|-
|-
| Sound glitch || style="background-color: #ffb65e"| N/A || style="background-color: #ffb65e"| N/A || The cause of sound glitch is unknown. Contrary to popular belief, it can sometimes occur on versions other than the original Japanese N64 release.
| Sound glitch || style="background-color: #ffb65e"| N/A || style="background-color: #ffb65e"| N/A || The cause of sound glitch is unknown. Contrary to popular belief, it can sometimes occur on versions other than the original Japanese N64 release.
|-
| Teleporting while passing over a loading zone ||style="background-color: #ffb65e"| Unknown ||style="background-color: #baffa8"| Yes || Since the area changed, there is now no teleporter with the same ID as the one Mario used to warp. Thus the game returns NULL when trying to find the teleporter to warp to, and crashes when trying to access information about its destination. Under certain conditions, this can cause a Wrong Warp on PAL or Shindou VC.
|-
| Warping out of a level while passing over a loading zone ||style="background-color: #ffb65e"| ||style="background-color: #ffb65e"| || Similar to above, but only hypothetical. Maybe possible in DDD using the Sub Gate warp and whirlpool cloning to reach the instant loading zone, but not yet achieved without hacks.
|}
|}
[[Category:Mechanics]]