Jump to content

PkHex Batch Editing Question


PokeChamp187

Recommended Posts

@PokeChamp187 I gave this answer to a similar thread before:

On 1/29/2020 at 5:20 AM, theSLAYER said:

or you can grab a save file with all mons, then use Batch editor to turn them to eggs.

code:


.IsEgg=True
.IsNicknamed=True
.Egg_Location=60002
.Met_Location=0
.Moves=$suggest
.RelearnMoves=$suggest
.Nickname=Egg
.EV_ATK=0
.EV_DEF=0
.EV_HP=0
.EV_SPA=0
.EV_SPD=0
.EV_SPE=0
.Move1_PP=$suggest
.Move2_PP=$suggest
.Move3_PP=$suggest
.Move4_PP=$suggest
.CurrentFriendship=1
.Met_Level=1
.DynamaxLevel=0


as it stands, the issues you would have to fix is:
a. remove all the evolved species and
b. change all the levels to match lv 1s.

 

Link to comment
Share on other sites

  • 1 month later...

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