Fix Battle Spot intro music
This commit is contained in:
parent
2ce18dbc97
commit
89d074e1e5
|
@ -652,7 +652,7 @@
|
||||||
Dim b As New BattleSystem.BattleScreen(t, Core.CurrentScreen, 0)
|
Dim b As New BattleSystem.BattleScreen(t, Core.CurrentScreen, 0)
|
||||||
b.IsPVPBattle = True
|
b.IsPVPBattle = True
|
||||||
b.PVPGameJoltID = OppEmblem.GameJoltID
|
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)
|
PlayerStatistics.Track("Battle Spot battles", 1)
|
||||||
End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
|
|
Loading…
Reference in New Issue