Offroad glitch: Difference between revisions
m C++ syntax highlighting |
m Kierio04 moved page Offroad Glitch to Offroad glitch: Misspelled title: Title not in sentence case |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
The '''Offroad Glitch''' is a bug with specific jump pads which negates the following speed modifiers | The '''Offroad Glitch''' is a bug that occurs with specific jump pads, which negates the following speed modifiers : | ||
* Wheelie bonus | * Wheelie bonus | ||
* Mini-turbo/trick/zipper boost | * Mini-turbo/trick/zipper boost | ||
Line 60: | Line 60: | ||
} | } | ||
</syntaxhighlight>The following Gecko code fixes this glitch. | </syntaxhighlight>The following Gecko code fixes this glitch. | ||
<tabber> | |||
|-|PAL= | |||
<pre> | <pre> | ||
Fix Offroad Glitch (PAL) [vabold] | Fix Offroad Glitch (PAL) [vabold] | ||
Line 66: | Line 68: | ||
54000314 9003000C | 54000314 9003000C | ||
60000000 00000000 | 60000000 00000000 | ||
</pre> | |||
|-|NTSC-U= | |||
<pre> | |||
Fix Offroad Glitch (NTSC-U) [vabold] | Fix Offroad Glitch (NTSC-U) [vabold] | ||
C257BE18 00000003 | C257BE18 00000003 | ||
Line 72: | Line 76: | ||
54000314 9003000C | 54000314 9003000C | ||
60000000 00000000 | 60000000 00000000 | ||
</pre> | |||
|-|NTSC-J= | |||
<pre> | |||
Fix Offroad Glitch (NTSC-J) [vabold] | Fix Offroad Glitch (NTSC-J) [vabold] | ||
C2581FFC 00000003 | C2581FFC 00000003 | ||
Line 78: | Line 84: | ||
54000314 9003000C | 54000314 9003000C | ||
60000000 00000000 | 60000000 00000000 | ||
</pre> | |||
|-|NTSC-K= | |||
<pre> | |||
Fix Offroad Glitch (NTSC-K) [vabold] | Fix Offroad Glitch (NTSC-K) [vabold] | ||
C25706D4 00000003 | C25706D4 00000003 | ||
Line 85: | Line 93: | ||
60000000 00000000 | 60000000 00000000 | ||
</pre> | </pre> | ||
</tabber> | |||
[[Category:Glitches]] |