License FC Display Modifier [Vega]
#1
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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)