From 36294f8647ce204d1b85bcbb772c58ef8a9d6835 Mon Sep 17 00:00:00 2001 From: JappaWakka Date: Sat, 5 Aug 2023 13:26:48 +0200 Subject: [PATCH] Add line break for bicycle use text --- P3D/Pokemon/Items/KeyItems/Bicycle.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/P3D/Pokemon/Items/KeyItems/Bicycle.vb b/P3D/Pokemon/Items/KeyItems/Bicycle.vb index b4971092d..f27d998b2 100644 --- a/P3D/Pokemon/Items/KeyItems/Bicycle.vb +++ b/P3D/Pokemon/Items/KeyItems/Bicycle.vb @@ -18,7 +18,7 @@ Namespace Items.KeyItems Screen.Level.OwnPlayer.SetTexture(Core.Player.TempRideSkin, True) Core.Player.Skin = Core.Player.TempRideSkin - Screen.TextBox.Show(" stepped off the Bicycle.") + Screen.TextBox.Show(" stepped~off the Bicycle.") While Core.CurrentScreen.Identification <> Screen.Identifications.OverworldScreen Core.CurrentScreen = Core.CurrentScreen.PreScreen End While