Position Modifier Online [Vega] - Printable Version +- Mario Kart Wii Gecko Codes, Cheats, & Hacks (https://mariokartwii.com) +-- Forum: Cheat Codes (https://mariokartwii.com/forumdisplay.php?fid=51) +--- Forum: Online Non-Item (https://mariokartwii.com/forumdisplay.php?fid=52) +--- Thread: Position Modifier Online [Vega] (/showthread.php?tid=806) |
Position Modifier Online [Vega] - Vega - 07-30-2018 Position Modifier Online [Vega] Works online only. This code allows you to select a desired position to have the entire race. If you set it to 1st, you will always win (on your screen). If you set the XX value to 00, the code does quite a bit of things: You always win, you always get mushrooms (legit mushrooms, not the 0x14 type), and you stick/freeze your GP points. Regarding the GP points (on your screen), all players will get 0 points. On everyone else's screens, you will always have the same GP points every race. Another thing to note, that you will get whatever normal items are for the position you set. So if you set the code to 2nd, you will always get 2nd place items. NTSC-U C253A484 00000002 38E000XX 98E30020 60000000 00000000 PAL C253F9C0 00000002 38E000XX 98E30020 60000000 00000000 NTSC-J C253F340 00000002 38E000XX 98E30020 60000000 00000000 NTSC-K C252DA18 00000002 38E000XX 98E30020 60000000 00000000 XX = Position XX Values: 00 = Read description above 01 = 1st (always win) 02 = 2nd 03 = 3rd 04 = 4th 05 = 5th 06 = 6th 07 = 7th 08 = 8th 09 = 9th 0A = 10th 0B = 11th 0C = 12th (always lose) 0D+ = Untested Source li r7,XX #Load the value of XX (position) into Register 7 stb r7, 0x0020 (r3) #Default Instruction Code creator: Vega Code credits: Star (helped with how to find the position value in memory) |