private void PlayCry(OwnedPokemon pokemon) { SfxHandler.Play(pokemon.GetCry(), pokemon.GetCryPitch()); }