From 9970d892de88f3359b4634606fc26bc2dfee2ef7 Mon Sep 17 00:00:00 2001 From: JappaWakka Date: Fri, 13 Jan 2023 14:15:43 +0100 Subject: [PATCH] Added a line break to catch message --- P3D/Screens/Battle/BattleCatchScreen.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()