- 1,753
- Posts
- 9
- Years
- Seen today
So Essentials already has a method that calculates for size, def pbSize(pokemon) and you just call it from anywhere with a pokemon instance.
You do not need this resource to calculate Size.
So in Gens 3 and 4, there are NPCs who ask to see the biggest Pokémon of a certain species. This is calculated based on the personal ID and IVs. I won't explain the entire formula because Bulbapedia has already done that.
Script: https://pastebin.com/raw/5HuySwRf
So just paste this script in your class PokeBattle_Pokemon and call it on a Pokémon instance. It returns the result in millimeters. Interpret the result however you like.
You do not need this resource to calculate Size.
So in Gens 3 and 4, there are NPCs who ask to see the biggest Pokémon of a certain species. This is calculated based on the personal ID and IVs. I won't explain the entire formula because Bulbapedia has already done that.
Script: https://pastebin.com/raw/5HuySwRf
So just paste this script in your class PokeBattle_Pokemon and call it on a Pokémon instance. It returns the result in millimeters. Interpret the result however you like.
Last edited: