Effort values: Difference between revisions

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
Line 11: Line 11:
In [[Generation I|Generations I]] and {{gen|II}}, effort points given are equal to the [[base stats]] of the defeated Pokémon species.
In [[Generation I|Generations I]] and {{gen|II}}, effort points given are equal to the [[base stats]] of the defeated Pokémon species.


The [[Pokémon data structure in Generation I|Pokémon data structure]] contains two EV bytes for each of the five stats (HP, Attack, Defense, Speed and Special), starting at zero when caught and with a maximum EV of 65535 for each stat. When a Pokémon is defeated, its [[base stats]] are converted to effort points and then added to the EVs. For example, defeating a {{p|Mew}} grants 100 effort points to each EV. (Defeating 656 {{p|Mew}}, therefore, will give a Pokémon maximum EVs in each stat.)
The {{OBP|Pokémon data structure|Generation I}} in [[Generation I]] contains two EV bytes for each of the five stats (HP, Attack, Defense, Speed and Special), starting at zero when caught and with a maximum EV of 65535 for each stat. When a Pokémon is defeated, its [[base stats]] are converted to effort points and then added to the EVs. For example, defeating a {{p|Mew}} grants 100 effort points to each EV. (Defeating 656 {{p|Mew}}, therefore, will give a Pokémon maximum EVs in each stat.)


EVs are factored into the Pokémon's stats when it levels up. Additionally, EVs are calculated into stats when a Pokémon is taken from Bill's PC; this is called the [[box trick]]. A Pokémon which reaches level 100 can continue to acquire EVs up to the maximum of 65535 in each stat, and use the [[box trick]] to have those EVs factored in.
EVs are factored into the Pokémon's stats when it levels up. Additionally, EVs are calculated into stats when a Pokémon is taken from Bill's PC; this is called the [[box trick]]. A Pokémon which reaches level 100 can continue to acquire EVs up to the maximum of 65535 in each stat, and use the [[box trick]] to have those EVs factored in.