[Bug] Fix zombie pokemon in Fun+Games ME (#5992)

This commit is contained in:
Dean 2025-06-15 00:36:28 -07:00 committed by GitHub
parent a9869569fa
commit 18ba33e6f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -408,7 +408,7 @@ function summonPlayerPokemonAnimation(pokemon: PlayerPokemon): Promise<void> {
onComplete: () => {
pokemon.cry(pokemon.getHpRatio() > 0.25 ? undefined : { rate: 0.85 });
pokemon.getSprite().clearTint();
pokemon.resetSummonData();
pokemon.fieldSetup(true);
globalScene.time.delayedCall(1000, () => {
if (pokemon.isShiny()) {
globalScene.unshiftPhase(new ShinySparklePhase(pokemon.getBattlerIndex()));