kwsch / PKHeX.Mobile

Pokémon save editor for Android and iOS!
Other
713 stars 358 forks source link

Cannot change pokemon's nature #23

Open Alexk0111 opened 3 years ago

Alexk0111 commented 3 years ago

I built the code just about an hour ago. I was using the app. I suddenly realized that I couldn't change the nature of the pokemon I edit. Plz help!

kwsch commented 3 years ago

I'm assuming you're trying to edit a Gen3/4 save file.

In those games, Pokémon natures are derived from the PID. In the desktop PKHeX program, changing the Nature drop-down modifies the PID automatically; in this program, it's not as sophisticated.

LeoLionly5 commented 9 months ago

I'm assuming you're trying to edit a Gen3/4 save file.

In those games, Pokémon natures are derived from the PID. In the desktop PKHeX program, changing the Nature drop-down modifies the PID automatically; in this program, it's not as sophisticated.

Thanks for the explanation which helps me to find that we can fix it by adding a nature editing for Gen3/4 using .SetPIDNature

I made an update for that on this fork, in case someone like me who loves Gen3/4 but doesn’t have a Windows which is need for PkHex ver. PC.