pokecon Posted October 8, 2012 Share Posted October 8, 2012 How can you calculate the level of a Pokemon by its exp Link to comment Share on other sites More sharing options...
geovanicaon Posted October 9, 2012 Share Posted October 9, 2012 I don't think you made an accurate question but if I get it right, you just need to input the level of the pokemon you desire on Pokegen and the EXP will come out like the way its supposed to. Link to comment Share on other sites More sharing options...
Kaphotics Posted October 9, 2012 Share Posted October 9, 2012 Experienced required for a certain level: Fast 0.8(Level^3) Medium (Level)^3 Slow 1.25(Level^3) Parabolic 1.2(Level^3) - 15(Level^2) + 100Level*- 140 source: http://www.math.miami.edu/~jam/azure/compendium/training.htm To solve level from XP... just input the experience you have = the formula from above. So, say you have 100,000 XP. With the fast growth method, you have: 100,000 = 0.8*(L^3), then solve for L. L=50. == For knowing what Pokemon has what growth method, it's set in the ROM per species, so you'd have to build a table of what species uses what method if you were aiming to make a program. Or you can just look up the species on any online dex like Serebii or Bulbapedia. Link to comment Share on other sites More sharing options...
pokecon Posted October 12, 2012 Author Share Posted October 12, 2012 Wow! It works! Thank you! 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