Fixed music not playing after catching a pokemon

This commit is contained in:
CaptainSegis 2019-01-04 21:36:31 -05:00
parent 1a7d9c54e2
commit 1ad833463f
2 changed files with 2 additions and 1 deletions

View File

@ -227,7 +227,8 @@
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)
TextBox.Show(s, {}, False, False)
End Sub

Binary file not shown.