08-19-2020, 04:12 PM
Wifi FC Display Modifier [Vega]
This code will edit your FC (just the display value) on WiFi. Your real FC is not effected so WiFi races will still function normally.
Y = Upper 32 bits of FC
Z = Lower 32 bits of FC
Values are in hex. Use a decimal to hex converter if needed.
NTSC-U
C25CE9EC 00000003
3FA0YYYY 63BDYYYY
3FC0ZZZZ 63DEZZZZ
60000000 00000000
PAL
C25E47C8 00000003
3FA0YYYY 63BDYYYY
3FC0ZZZZ 63DEZZZZ
60000000 00000000
NTSC-J
C25E40A4 00000003
3FA0YYYY 63BDYYYY
3FC0ZZZZ 63DEZZZZ
60000000 00000000
NTSC-K
C25D2964 00000003
3FA0YYYY 63BDYYYY
3FC0ZZZZ 63DEZZZZ
60000000 00000000
Source:
#Address Ports
#805CE9EC = NTSC-U
#805E47C8 = PAL
#805E40A4 = NTSC-J
#805D2964 = NTSC-K
lis r29, 0x1111 #Junk values used so source can compile
ori r29, r29, 0x1111
lis r30, 0x1111
ori r30, r30, 0x1111
#Default instruction of mr r30, r4 is not needed
Code creator: Vega
This code will edit your FC (just the display value) on WiFi. Your real FC is not effected so WiFi races will still function normally.
Y = Upper 32 bits of FC
Z = Lower 32 bits of FC
Values are in hex. Use a decimal to hex converter if needed.
NTSC-U
C25CE9EC 00000003
3FA0YYYY 63BDYYYY
3FC0ZZZZ 63DEZZZZ
60000000 00000000
PAL
C25E47C8 00000003
3FA0YYYY 63BDYYYY
3FC0ZZZZ 63DEZZZZ
60000000 00000000
NTSC-J
C25E40A4 00000003
3FA0YYYY 63BDYYYY
3FC0ZZZZ 63DEZZZZ
60000000 00000000
NTSC-K
C25D2964 00000003
3FA0YYYY 63BDYYYY
3FC0ZZZZ 63DEZZZZ
60000000 00000000
Source:
#Address Ports
#805CE9EC = NTSC-U
#805E47C8 = PAL
#805E40A4 = NTSC-J
#805D2964 = NTSC-K
lis r29, 0x1111 #Junk values used so source can compile
ori r29, r29, 0x1111
lis r30, 0x1111
ori r30, r30, 0x1111
#Default instruction of mr r30, r4 is not needed
Code creator: Vega