Restart Game if ANY crash was to occur - Printable Version +- Mario Kart Wii Gecko Codes, Cheats, & Hacks (https://mariokartwii.com) +-- Forum: Hacks/Modding (https://mariokartwii.com/forumdisplay.php?fid=14) +--- Forum: Code Support / Help / Requests (https://mariokartwii.com/forumdisplay.php?fid=61) +--- Thread: Restart Game if ANY crash was to occur (/showthread.php?tid=1363) |
Restart Game if ANY crash was to occur - Vega - 11-25-2019 UPDATE Looks like the function is returning to the Wii Menu instead of restarting the game and I got a report that this didn't block a freeze. No idea why this isn't working... This code will call OSRestart (game will restart as if you pressed the reset button on the console) if any DSI, ISI, or Alignment exception occurs. This isn't a "proper code". Its just a "hacky" way to not deal with the Wii ever freezing and having to reboot the console. NTSC-U 06000300 00000010 3C60801A 606385E8 7C7A03A6 4C000064 04000400 4BFFFF00 04000600 4BFFFD00 PAL 06000300 00000010 3C60801A 60638688 7C7A03A6 4C000064 04000400 4BFFFF00 04000600 4BFFFD00 NTSC-J 06000300 00000010 3C60801A 606385A8 7C7A03A6 4C000064 04000400 4BFFFF00 04000600 4BFFFD00 NTSC-K 06000300 00000010 3C60801A 606389E4 7C7A03A6 4C000064 04000400 4BFFFF00 04000600 4BFFFD00 |