Fixed music not playing after catching a pokemon
This commit is contained in:
parent
1a7d9c54e2
commit
1ad833463f
|
@ -227,7 +227,8 @@
|
||||||
|
|
||||||
p.SetCatchInfos(Me.Ball, "caught at")
|
p.SetCatchInfos(Me.Ball, "caught at")
|
||||||
|
|
||||||
MusicManager.Play("wild_defeat", True, 0.0F)
|
MusicManager.Stop()
|
||||||
|
MusicManager.Play("wild_defeat", False, 0.2F)
|
||||||
SoundManager.PlaySound("success", True)
|
SoundManager.PlaySound("success", True)
|
||||||
TextBox.Show(s, {}, False, False)
|
TextBox.Show(s, {}, False, False)
|
||||||
End Sub
|
End Sub
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue