[P3 Bug] Fix Transform SFX not playing on quiet form changes (#4144)

This commit is contained in:
Madmadness65 2024-09-10 09:13:16 -05:00 committed by GitHub
parent 9c4c19b5fb
commit 4b8083211a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ export class QuietFormChangePhase extends BattlePhase {
pokemonFormTintSprite.setVisible(false);
pokemonFormTintSprite.setTintFill(0xFFFFFF);
this.scene.playSound("PRSFX- Transform");
this.scene.playSound("battle_anims/PRSFX- Transform");
this.scene.tweens.add({
targets: pokemonTintSprite,