Fix Battle Spot intro music

This commit is contained in:
JappaWakka 2023-01-14 22:01:10 +01:00
parent 2ce18dbc97
commit 89d074e1e5
1 changed files with 1 additions and 1 deletions

View File

@ -652,7 +652,7 @@
Dim b As New BattleSystem.BattleScreen(t, Core.CurrentScreen, 0)
b.IsPVPBattle = True
b.PVPGameJoltID = OppEmblem.GameJoltID
Core.SetScreen(New BattleIntroScreen(Core.CurrentScreen, b, t, t.GetIniMusicName(), t.IntroType))
Core.SetScreen(New BattleIntroScreen(Core.CurrentScreen, b, t, "pvp_intro", t.IntroType))
PlayerStatistics.Track("Battle Spot battles", 1)
End If
End Sub