Pokémon species data structure (Generation III): Difference between revisions

m
No edit summary
Line 135: Line 135:
===Gender===
===Gender===
{{main|Personality value#Gender|Personality value → Gender}}
{{main|Personality value#Gender|Personality value → Gender}}
This value determines the chance that a Pokémon will be male or female. If the species is not all male, all female, or genderless, then this value is compared to the lowest byte of a Pokémon's personality value to determine its [[gender]].
This value determines the chance that a Pokémon will be male or female. If the species is not all male, all female, or gender unknown, then this value is compared to the lowest byte of a Pokémon's personality value to determine its [[gender]].
{| style="border: 1px solid #88a; background: #f8f8ff; padding: 0.5em; border-collapse: collapse; margin: 0 0 0.5em 0.5em" cellpadding=2
{| style="border: 1px solid #88a; background: #f8f8ff; padding: 0.5em; border-collapse: collapse; margin: 0 0 0.5em 0.5em" cellpadding=2
! Value || Gender
! Value || Gender
Line 145: Line 145:
| 254 || Always female {{female}}
| 254 || Always female {{female}}
|-
|-
| 255 || Genderless
| 255 || Gender unknown
|}
|}