Protected
gameThe number of times a Pokemon on the player's side has fainted this battle
Generates a random number using the current battle's seed. Calls Utils.randSeedInt
How large of a range of random numbers to choose from. If range <= 1, returns min
The minimum integer to pick, default 0
A random integer between min and (min + range - 1)
The number of times a Pokemon on the enemy's side has fainted this battle