diff --git a/P3D/Content/Data/maps/battle/gyms/violet_gym.dat b/P3D/Content/Data/maps/battle/gyms/violet_gym.dat index 7607c6bd5..39ae1f272 100644 Binary files a/P3D/Content/Data/maps/battle/gyms/violet_gym.dat and b/P3D/Content/Data/maps/battle/gyms/violet_gym.dat differ diff --git a/P3D/Content/Data/maps/gyms/violet_gym.dat b/P3D/Content/Data/maps/gyms/violet_gym.dat index 9a9cfe0bd..03303a4ea 100644 Binary files a/P3D/Content/Data/maps/gyms/violet_gym.dat and b/P3D/Content/Data/maps/gyms/violet_gym.dat differ diff --git a/P3D/Screens/MainMenu/PressStartScreen.vb b/P3D/Screens/MainMenu/PressStartScreen.vb index 7ea044912..436abd3ad 100644 --- a/P3D/Screens/MainMenu/PressStartScreen.vb +++ b/P3D/Screens/MainMenu/PressStartScreen.vb @@ -678,7 +678,7 @@ Public Class NewMainMenuScreen Select Case _menuIndex Case 0 If _selectedProfile = 1 And Security.FileValidation.IsValid(False) = False Then - _messageBox.Show(Localization.GetString("main_menu_error_filevalidation", "File validation failed! Redownload the game's files to solve this problem.")) + _messageBox.Show(Localization.GetString("main_menu_error_filevalidation", "File validation failed!~Redownload the game's files to solve this problem.").Replace(CChar("~"), Environment.NewLine).Replace(CChar("*"), Environment.NewLine & Environment.NewLine)) Else _MainProfiles(_selectedProfile).SelectProfile() End If