Kyogre1 Posted August 15, 2011 Share Posted August 15, 2011 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); Link to comment Share on other sites More sharing options...
formlesstree4 Posted August 15, 2011 Share Posted August 15, 2011 I've only seen it be off by one in either direction (one above or one below), but that was extremely rare and usually the program used to generate the Pokemon file was at fault. It should match like...99% of the time if the program used (such as PokeGen) is good. Link to comment Share on other sites More sharing options...
Kyogre1 Posted August 15, 2011 Author Share Posted August 15, 2011 Ah, thanks for the info! So the only difference that may occur is rounding issues? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now