Region ID Changer #2 [Vega]
NOTE: Outdated by Anarion's version
This version of my Region ID Changer codes only works reliably on Dolphin Emulator.
This code allows you to set a custom region ID when connecting online. The code only effects the Region ID when connecting online, thus there will be no prompt from the game to reset the data save due to a region ID change.
NTSC-U
C200AFC4 00000002
3800000X 90030084
60000000 00000000
PAL
C200B064 00000002
3800000X 90030084
60000000 00000000
NTSC-J
C200AF88 00000002
3800000X 90030084
60000000 00000000
NTSC-K
C200B110 00000002
3800000X 90030084
60000000 00000000
X = Desired Region ID
X Values:
0 = Japan
1 = Americas
2 = Europe
3 = Aus/NZ
4 = Taiwan
5 = S. Korea
6 = China
Source:
li r0, X #Load X value (Region ID number) into Register 0
stw r0, 0x0084 (r3) #Store the value of Register 0 at the address of Register 3 plus an offset of 0x0084
#Default instruction of lwz r0, 0x0084 (r3) not needed
Code creator: Vega
NOTE: Outdated by Anarion's version
This version of my Region ID Changer codes only works reliably on Dolphin Emulator.
This code allows you to set a custom region ID when connecting online. The code only effects the Region ID when connecting online, thus there will be no prompt from the game to reset the data save due to a region ID change.
NTSC-U
C200AFC4 00000002
3800000X 90030084
60000000 00000000
PAL
C200B064 00000002
3800000X 90030084
60000000 00000000
NTSC-J
C200AF88 00000002
3800000X 90030084
60000000 00000000
NTSC-K
C200B110 00000002
3800000X 90030084
60000000 00000000
X = Desired Region ID
X Values:
0 = Japan
1 = Americas
2 = Europe
3 = Aus/NZ
4 = Taiwan
5 = S. Korea
6 = China
Source:
li r0, X #Load X value (Region ID number) into Register 0
stw r0, 0x0084 (r3) #Store the value of Register 0 at the address of Register 3 plus an offset of 0x0084
#Default instruction of lwz r0, 0x0084 (r3) not needed
Code creator: Vega