-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Genders can be hacked #2327
Comments
Should we default Pokémon to genderless? |
This isn't too hard to support, I think. Just stop validating gender in custom games. |
I think the current defaulting to random legal ability is fine, even in hackmons. |
Can I try and rectify this? |
Yes... |
This needs to be tested in previous gens. @Marty-D? |
I assume it's possible to do in Gen 5, and maybe Gen 3 and 4 too, but if it is I don't know how to do it. What I do know is gender is tied to PID, and messing with it may have other effects on a Pokemon in past gens where the PID is used for more than just gender (such as Ability or shininess). |
This is now implemented for all gens. Can you clarify re: gen 3-4? Presumably it's possible to generate random PIDs until you get one with the gender, ability, and shininess you want? |
Closing. If specific information arises regarding past gens and PIDs, we shall deal with it then. |
It's possible to change any Pokemon's gender to male, female, or even genderless. The client (read: teambuilder) would also need to be updated to support this.
Definitely not important, but we might want to implement it eventually for the sake of following in-game limitations.
Proof: https://gyazo.com/5a6ae1f30ad090a52cdf1af2af8a1014
The text was updated successfully, but these errors were encountered: