I was wondering if anyone knows more about the values that are being displayed in status screens of Party Pokémon. (As you probably know, those values are also stored in the longer 220 byte PKM file.)
Do these values always match the ones you can calculate yourself from the level, EVs, IVs and nature?
I'm talking about this formula:
stat = ((((2 * baseStats[pokedexNo][form][1] + iv.attack + (ev.attack / 4)) * level) / 100) + 5);