mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-16 17:27:41 +00:00
[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…
x
Reference in New Issue
Block a user