Correct tokens for trainer switch prompt
This commit is contained in:
parent
7e35801db0
commit
581a2c696c
|
@ -243,7 +243,7 @@
|
|||
MyBase.New(QueryTypes.SwitchPokemon)
|
||||
|
||||
Me.TempScreen = BattleScreen
|
||||
TransformText(BattleScreen.Trainer.Name & " " & Localization.GetString("battle_main_trainer_sent_out_3") & " " & NewPokemon.GetDisplayName() & Localization.GetString("battle_main_trainer_sent_out_4"))
|
||||
TransformText(BattleScreen.Trainer.Name & " " & Localization.GetString("battle_main_trainer_about_to_send_out_1") & " " & NewPokemon.GetDisplayName() & Localization.GetString("battle_main_trainer_about_to_send_out_2"))
|
||||
End Sub
|
||||
|
||||
Dim delay As Single = 2.0F
|
||||
|
|
Loading…
Reference in New Issue