Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot change pokemon's nature #23

Open
Alexk0111 opened this issue Jan 16, 2021 · 2 comments
Open

Cannot change pokemon's nature #23

Alexk0111 opened this issue Jan 16, 2021 · 2 comments

Comments

@Alexk0111
Copy link

Alexk0111 commented Jan 16, 2021

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
Copy link
Owner

kwsch commented Jan 16, 2021

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.

Repository owner deleted a comment from shabbirmahmud Mar 30, 2021
Repository owner deleted a comment from Alexk0111 Mar 31, 2021
@LeoLionly5
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants