License FC Display Modifier [Vega] - Printable Version +- Mario Kart Wii Gecko Codes, Cheats, & Hacks (https://mariokartwii.com) +-- Forum: Cheat Codes (https://mariokartwii.com/forumdisplay.php?fid=51) +--- Forum: Visual & Sound Effects (https://mariokartwii.com/forumdisplay.php?fid=56) +--- Thread: License FC Display Modifier [Vega] (/showthread.php?tid=1590) |
License FC Display Modifier [Vega] - Vega - 08-19-2020 License FC Display Modifier [Vega] This code will edit your FC (just the display value) on all licenses that have FCs. Your real FCs are not effected. Y = Upper 32 bits of FC Z = Lower 32 bits of FC Values are in Hex. Use a decimal to Hex converted if needed. If you try setting all Y and Z values to 0, the FC(s) will simply be blank. NTSC-U C263296C 00000003 3E20YYYY 6231YYYY 3E40ZZZZ 6252ZZZZ 60000000 00000000 PAL C25EB694 00000003 3E20YYYY 6231YYYY 3E40ZZZZ 6252ZZZZ 60000000 00000000 NTSC-J C25EAF70 00000003 3E20YYYY 6231YYYY 3E40ZZZZ 6252ZZZZ 60000000 00000000 NTSC-K C25D9830 00000003 3E20YYYY 6231YYYY 3E40ZZZZ 6252ZZZZ 60000000 00000000 Source: #Address Ports #8063296C = NTSC-U #805EB694 = PAL #805EAF70 = NTSC-J #805D9830 = NTSC-K lis r17, 0x1111 #Junk values used so source can compile ori r17, r17, 0x1111 lis r18, 0x1111 ori r18,r18, 0x1111 #Default instruction of mr r17, r3 is not needed. Code creator: Vega |