Personality value: Difference between revisions

→‎Size: AFAIK it's a discrete value like IVs in PLA (and LGPE for that matter), not derived from PID
(Corrected size calculation table. Source: https://github.com/pret/pokeemerald/blob/bbb4ee32ca5369e8206800b9609d5bef2f99eb50/src/pokemon_size_record.c#L19)
(→‎Size: AFAIK it's a discrete value like IVs in PLA (and LGPE for that matter), not derived from PID)
Line 353: Line 353:
<code>00000000 00000000 <span style="background:#FF9999">00000000</span> <span style="background:#9999FF">00000000</span></code>
<code>00000000 00000000 <span style="background:#FF9999">00000000</span> <span style="background:#9999FF">00000000</span></code>


In Generations III, IV, and [[Pokémon Legends: Arceus]], there are occasionally characters who want to see large Pokémon.  
In Generations III and IV there are occasionally characters who want to see large Pokémon.


In Generations III and IV, the calculation to determine the size of one of these Pokémon depends on its individual values and its personality value. Like the Shininess calculation, this calculation also uses exclusive or (⊕).
In Generations III and IV, the calculation to determine the size of one of these Pokémon depends on its individual values and its personality value. Like the Shininess calculation, this calculation also uses exclusive or (⊕).