confirmed_editors
135
edits
AgentMuffin (talk | contribs) mNo edit summary |
AgentMuffin (talk | contribs) mNo edit summary |
||
| Line 25: | Line 25: | ||
Using the N64's rounding mode, {{code|y}} will repeatedly return to its original value and continue oscillating with fixed maximum height. Even though each double-to-single conversion produces a small amount of error, this error balances out over the course of the platform's cycle. On the Wii VC, however, the error always accumulates in the same direction (upward if the platform is below {{var|y}} = 0, and downward if the platform is above {{var|y}} = 0), and so the platform slowly drifts in the vertical direction. | Using the N64's rounding mode, {{code|y}} will repeatedly return to its original value and continue oscillating with fixed maximum height. Even though each double-to-single conversion produces a small amount of error, this error balances out over the course of the platform's cycle. On the Wii VC, however, the error always accumulates in the same direction (upward if the platform is below {{var|y}} = 0, and downward if the platform is above {{var|y}} = 0), and so the platform slowly drifts in the vertical direction. | ||
The platforms at the bottom floor in BitFS are below {{var|y}} = 0, and so they gradually rise upward. As a result, the bug is of interest to the [[A Button Challenge]], since it lets Mario ride the platforms up to skip a pole that requires | The platforms at the bottom floor in BitFS are below {{var|y}} = 0, and so they gradually rise upward. As a result, the bug is of interest to the [[A Button Challenge]], since it lets Mario ride the platforms up to skip a [[pole]] that requires pressing {{button|A}} to dismount. | ||
The platforms at the top floor in BitFS are above {{var|y}} = 0, and so they gradually fall downward. | The platforms at the top floor in BitFS are above {{var|y}} = 0, and so they gradually fall downward. | ||