Fix Offroad Glitch [vabold] - Printable Version +- Mario Kart Wii Gecko Codes, Cheats, & Hacks (https://mariokartwii.com) +-- Forum: Cheat Codes (https://mariokartwii.com/forumdisplay.php?fid=51) +--- Forum: Misc/Other (https://mariokartwii.com/forumdisplay.php?fid=55) +--- Thread: Fix Offroad Glitch [vabold] (/showthread.php?tid=2055) |
Fix Offroad Glitch [vabold] - vabold - 06-28-2023 The game assigns a fixed speed flag to jump pad variants 3 and 4 (MG ramp and MG mushroom) and sets a trigger flag for MG mushrooms specifically. When the jump pad state ends, the game only unsets the fixed speed flag if the mushroom trigger flag is set. If it's not, this leads to the offroad glitch. This solution generically unsets the flag when the jump pad state ends. PAL C258267C 00000003 90030004 8003000C 54000314 9003000C 60000000 00000000 NTSC-U C257BE18 00000003 90030004 8003000C 54000314 9003000C 60000000 00000000 NTSC-J C2581FFC 00000003 90030004 8003000C 54000314 9003000C 60000000 00000000 NTSC-K C25706D4 00000003 90030004 8003000C 54000314 9003000C 60000000 00000000 Code: # 8058267C - RMCP RE: Fix Offroad Glitch [vabold] - Vega - 06-28-2023 Epic. Nice work. |