kwsch / PKHeX

Pokémon Save File Editor
https://projectpokemon.org/pkhex/
Other
3.64k stars 684 forks source link

[Bug] Batch Editor Cannot Change Levels #591

Closed greenDarkness closed 7 years ago

greenDarkness commented 7 years ago

When editing a Pokemon Moon save in the Batch Editor, the command .Stat_Level= doesn't edit levels. If the command is issued it runs properly, and says that several files were modified; however, no changes are made.

kwsch commented 7 years ago

CurrentLevel is the property you are looking for -- even though current level is a derived property, PKHeX can calculate the required EXP for you when you set the value.

Stat_* are party stats which are not stored in the box format.

greenDarkness commented 7 years ago

Thanks for the help. I'll forward your message to the other guy having trouble.