Why the total sum of all the values of the particular stats of a Pokémon are not equal to the value present in summary screen?
For example, my Swanna’s Base = 87, EV = 148, IV = 27. Therefore the total = 262. But in summary screen it shows Attack - A - = 228. Where the remaining 34 points go?
Pleaselog inorregisterto add a comment.
This is how the game calculates stats after gen 2.sourceSwanna did not exist in gen 1 or gen 2, so its stats must be calculated in with one of these 2 functions. The physical attack stat is not HP, so it uses the “OtherStat” function. You can see that the numbers get multiplied by level and then divided by 100, so your Swanna will have lower stats at lower levels.