// todo: add IVs class with indexer?
 // byte myHp = myPokemon.IVs[Stats.HP];
 public byte IV(Stats stat)
 {
     return(BattleTowerPokemon4.UnpackIV(IVs, stat));
 }