diff --git a/P3D/Screens/Battle/BattleCatchScreen.vb b/P3D/Screens/Battle/BattleCatchScreen.vb index 049d7ffc4..790cf4741 100644 --- a/P3D/Screens/Battle/BattleCatchScreen.vb +++ b/P3D/Screens/Battle/BattleCatchScreen.vb @@ -116,7 +116,7 @@ nextIndex: Lighting.UpdateLighting(Screen.Effect) If textboxStart = False Then textboxStart = True - TextBox.Show(Core.Player.Name & " used a " & Ball.Name & "!", {}, False, False) + TextBox.Show(Core.Player.Name & " used a~" & Ball.Name & "!", {}, False, False) End If TextBox.Update()