![]() |
Retry F6 Hook - Printable Version +- Mario Kart Wii Gecko Codes, Cheats, & Hacks (https://mariokartwii.com) +-- Forum: Hacks/Modding (https://mariokartwii.com/forumdisplay.php?fid=14) +--- Forum: Coding & Hacking General Discussion (https://mariokartwii.com/forumdisplay.php?fid=23) +--- Thread: Retry F6 Hook (/showthread.php?tid=743) |
Retry F6 Hook - Vega - 06-21-2018 Found this on WiiRD forums, can anyone try this out? I'm not sure what the QQQQ values would be... F6000001 XXXXYYYY ZZZZZZZZ WWWWWWWW # use PO to do stuff here... E0000000 00000000 # terminate everything, but DO NOT RESET PO 32000000 ZZZZZZZZ # if [po] != ZZZZZZZZ 4E00QQQQ 00000000 # reload po with address of F6 code A8000000 FFC00001 # this is true once every 64 frames, or about 1 second @ 60 FPS 16000000 00000008 # rewrite F6 line F6000001 XXXXYYYY # rewrite everything in case the hook moved E0000000 80008000 # terminator and reset po example F6000001 90009340 55443322 11223344 14000055 60000000 E0000000 00000000 32000000 14000055 4E00QQQQ 00000000 QQQQ = ???? A8000000 FFC00001 16000000 00000008 F6000001 90009340 E0000000 80008000 |