Jump to content

(B/W) Pokémon Values in Status Screen


Recommended Posts

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

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...