Region ID Changer #2 [Vega]
Outdated by both Anarion's Version and Vega's #1 Version
This code will set the Region ID to a new one via the X value. The Region ID changes only take effect for actual races/battle & idle open rooms since this code gets executed whenever a new online WW/Room is created or connected to. Therfore this code will NOT change the Region ID for TT Leaderboards.
NTSC-U
C266108C 00000002
3800000X 90030084
60000000 00000000
PAL
C2663170 00000002
3800000X 90030084
60000000 00000000
NTSC-J
C26627DC 00000002
3800000X 90030084
60000000 00000000
NTSC-K
C2651488 00000002
3800000X 90030084
60000000 00000000
X = Region ID
0 = Japan, red line
1 = Americas, blue line
2 = Europe, green line
3 = AUS/NZ, yellow line
4 = Taiwan, white line
5 = S. Korea, purple line
6 = China, white line
Source:
#Hooked at the spot of SK_UserHandler_createSendPacket__mkw_form_user_record function where it loads the Region ID from Static Memory to store it at the USER Packet
li r0, 0xX #X is Region ID
stw r0, 0x0084 (r3) #Original Instruction
Code creator: Vega
Outdated by both Anarion's Version and Vega's #1 Version
This code will set the Region ID to a new one via the X value. The Region ID changes only take effect for actual races/battle & idle open rooms since this code gets executed whenever a new online WW/Room is created or connected to. Therfore this code will NOT change the Region ID for TT Leaderboards.
NTSC-U
C266108C 00000002
3800000X 90030084
60000000 00000000
PAL
C2663170 00000002
3800000X 90030084
60000000 00000000
NTSC-J
C26627DC 00000002
3800000X 90030084
60000000 00000000
NTSC-K
C2651488 00000002
3800000X 90030084
60000000 00000000
X = Region ID
0 = Japan, red line
1 = Americas, blue line
2 = Europe, green line
3 = AUS/NZ, yellow line
4 = Taiwan, white line
5 = S. Korea, purple line
6 = China, white line
Source:
#Hooked at the spot of SK_UserHandler_createSendPacket__mkw_form_user_record function where it loads the Region ID from Static Memory to store it at the USER Packet
li r0, 0xX #X is Region ID
stw r0, 0x0084 (r3) #Original Instruction
Code creator: Vega