Jump to content

Using PKHeX: How to Use the Batch Editor in PKHeX


Recommended Posts

17 minutes ago, lxy4251326 said:

how to use 

.TrashCharCountTrainer=
.TrashCharCountNickname=

Those properties can only be used as filters; you cannot set to them because there is no setter in the source code. They're constant values based on the PKM class type.

If you are looking to clear all trash, you can do it like so (filter for a specific pattern, clear and reapply):

=OriginalTrainerName=Kurt
.OriginalTrainerTrash=$[]00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
.OriginalTrainerName=Kurt
=IsNicknamed=false
.NicknameTrash=$[]00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
.IsNicknamed=false

 

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...