Jump to content

About PKHEX's Parents


Recommended Posts

Is there a way to use PKHEX to change the trainer information of all the Pokemon in my box, including their parents, ID, secret ID, parent, country, region, and 3DS region all at once?

Link to comment
Share on other sites

I'm Japanese, so is there a way to use PKHEX to change the trainer information (ID, secret ID, parent name, country, region, 3DS region, etc.) of all the Pokemon in my box at once? I'd like to change the country and region to Japan.

Link to comment
Share on other sites

38 minutes ago, kamikoi said:

I'm Japanese, so is there a way to use PKHEX to change the trainer information (ID, secret ID, parent name, country, region, 3DS region, etc.) of all the Pokemon in my box at once? I'd like to change the country and region to Japan.

here

image.png

Link to comment
Share on other sites

Go to Tools > Data > Batch Editor and run the following command. It will modify all Pokemon in all boxes.

.OriginalTrainerName=PKHeX
.TrainerTID7=123456
.TrainerSID7=1234
.OriginalTrainerGender=1
.ConsoleRegion=0
.Country=1
.Region=2

.OriginalTrainerGender=1 sets the gender to female, use 0 for male
.ConsoleRegion=0 sets the console region to Japan (for other console regions use 0 - Japan, 1 - Americas, 2 - Europe, 4 - China, 5 - Korea, 6 - Taiwan)
.Country=1 sets the country to Japan, for other countries check this https://github.com/kwsch/PKHeX/blob/master/PKHeX.Core/Resources/text/locale3DS/countries.txt
.Region=2 sets the region to Tokyo, for other regions check this https://github.com/kwsch/PKHeX/blob/master/PKHeX.Core/Resources/text/locale3DS/subregions/sr_001.txt

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...