A hat riding a mage?!
For #4, would it be faster to skip the Rich Boy?
There are lots of guides that list which trainers have which pokemon/level - use this EXP calculator to work out how much you get from them.
Total EXP needed for a given Torchic/Mudkip level:
EXP = int(1.2 * Lv^3) - (15 * Lv^2) + (100 * Lv) - 140
(The int() function basically means round down to the nearest integer)
So if my half-asleep brain figured the example right, to get to Lv50 you'd need 112510 exp.
There are lots of guides that list which trainers have which pokemon/level - use this EXP calculator to work out how much you get from them.
Total EXP needed for a given Torchic/Mudkip level:
EXP = int(1.2 * Lv^3) - (15 * Lv^2) + (100 * Lv) - 140
(The int() function basically means round down to the nearest integer)
So if my half-asleep brain figured the example right, to get to Lv50 you'd need 112510 exp.






