smogon / damage-calc

Pokemon games damage calculator
https://calc.pokemonshowdown.com
MIT License
369 stars 345 forks source link

Fix Gen 2 Random Battle calc for role system #618

Closed adrivrie closed 2 months ago

adrivrie commented 2 months ago

Hello, like other gens (9/7/6/5/4/3 so far) gen 2 random battles has moved to the "role-system", which makes pkmn.cc's data different, thus changing the way it should be read.

This PR should fix it, it's essentially the same as the previous two: https://github.com/smogon/damage-calc/commit/3852b986b48df29ba234c015632a6eec1882cdcb and https://github.com/smogon/damage-calc/commit/a9e0f4686c26c8a33398508be9e912e83396c746.

Thanks in advance!

thejetou commented 2 months ago

Thanks!