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

Genders can be hacked #2327

Closed
TheImmortal opened this issue Dec 18, 2015 · 9 comments
Closed

Genders can be hacked #2327

TheImmortal opened this issue Dec 18, 2015 · 9 comments
Labels

Comments

@TheImmortal
Copy link
Contributor

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

@Slayer95
Copy link
Contributor

Should we default Pokémon to genderless?

@Zarel
Copy link
Member

Zarel commented Dec 19, 2015

This isn't too hard to support, I think. Just stop validating gender in custom games.

@TheImmortal
Copy link
Contributor Author

I think the current defaulting to random legal ability is fine, even in hackmons.

@hvk3
Copy link
Contributor

hvk3 commented Feb 2, 2016

Can I try and rectify this?

@Zarel
Copy link
Member

Zarel commented Feb 2, 2016

Yes...

@TheImmortal
Copy link
Contributor Author

This needs to be tested in previous gens. @Marty-D?

@Marty-D
Copy link
Collaborator

Marty-D commented Feb 8, 2016

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

@Zarel
Copy link
Member

Zarel commented Feb 9, 2016

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?

@Slayer95
Copy link
Contributor

Closing. If specific information arises regarding past gens and PIDs, we shall deal with it then.

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

No branches or pull requests

5 participants