License Creation VR+BR Modifier [Vega]
This code modifies the default VR+BR amount a license gets when created. Works on any license that gets created.
XXXX = VR/BR
NTSC-U
04542DF4 38A0XXXX
PAL
04548330 38A0XXXX
NTSC-J
04547CB0 38A0XXXX
NTSC-K
04536388 38A0XXXX
Here's a version of the code if you want to differ the amount between VR and BR
XXXX = VR
YYYY = BR
NTSC-U
C2542E38 00000002
3CA0XXXX 60A5YYYY
90BF00B0 00000000
PAL
C2548374 00000002
3CA0XXXX 60A5YYYY
90BF00B0 00000000
NTSC-J
C2547CF4 00000002
3CA0XXXX 60A5YYYY
90BF00B0 00000000
NTSC-K
C25363CC 00000002
3CA0XXXX 60A5YYYY
90BF00B0 00000000
lis r5, 0x1111 #Junk values used for compilation
ori r5, r5, 0x2222
stw r5, 0x00B0 (r31)
#Default instruction of sth r5, 0x00B2 (r31) is replaced
Code creator: Vega
This code modifies the default VR+BR amount a license gets when created. Works on any license that gets created.
XXXX = VR/BR
NTSC-U
04542DF4 38A0XXXX
PAL
04548330 38A0XXXX
NTSC-J
04547CB0 38A0XXXX
NTSC-K
04536388 38A0XXXX
Here's a version of the code if you want to differ the amount between VR and BR
XXXX = VR
YYYY = BR
NTSC-U
C2542E38 00000002
3CA0XXXX 60A5YYYY
90BF00B0 00000000
PAL
C2548374 00000002
3CA0XXXX 60A5YYYY
90BF00B0 00000000
NTSC-J
C2547CF4 00000002
3CA0XXXX 60A5YYYY
90BF00B0 00000000
NTSC-K
C25363CC 00000002
3CA0XXXX 60A5YYYY
90BF00B0 00000000
lis r5, 0x1111 #Junk values used for compilation
ori r5, r5, 0x2222
stw r5, 0x00B0 (r31)
#Default instruction of sth r5, 0x00B2 (r31) is replaced
Code creator: Vega