Jump to content

Recommended Posts

Posted

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);

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...