[P3 Bug] Fix Transform SFX not playing on quiet form changes (#4144)
This commit is contained in:
parent
9c4c19b5fb
commit
4b8083211a
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue