kamikoi Posted July 27, 2024 Posted July 27, 2024 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?
ReignOfComputer Posted July 27, 2024 Posted July 27, 2024 What do you mean by parents? Regardless, all information should be editable via the Batch Editor.
kamikoi Posted July 27, 2024 Author Posted July 27, 2024 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.
Dybala Posted July 27, 2024 Posted July 27, 2024 On 7/27/2024 at 3:09 PM, 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. Expand here
BlackShark Posted July 27, 2024 Posted July 27, 2024 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
kamikoi Posted July 27, 2024 Author Posted July 27, 2024 Thank you.‼ Is there a way to clear all of the history of memorable regions and all of the history of previous trainers?
kamikoi Posted July 27, 2024 Author Posted July 27, 2024 What values should I enter in the batch editor to convert all Pokemon nicknames to their original Japanese character names?
BlackShark Posted July 27, 2024 Posted July 27, 2024 On 7/27/2024 at 4:07 PM, kamikoi said: What values should I enter in the batch editor to convert all Pokemon nicknames to their original Japanese character names? Expand .Language=1 .IsNicknamed=false
kamikoi Posted July 28, 2024 Author Posted July 28, 2024 Thank you! Is there a way to delete all the regions in my memories and change the previous trainer (HT) to the current trainer (OT) all at once?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now