diff --git a/P3D/Pokemon/Monster/Pokemon.vb b/P3D/Pokemon/Monster/Pokemon.vb index 863feb124..1ad55042c 100644 --- a/P3D/Pokemon/Monster/Pokemon.vb +++ b/P3D/Pokemon/Monster/Pokemon.vb @@ -416,9 +416,9 @@ Public Class Pokemon End Set End Property - Public Property CatchLocation(Optional saveGame As Boolean = False) As String + Public Property CatchLocation() As String Get - If saveGame = False AndAlso (_catchLocation.StartsWith("") OrElse _catchLocation.StartsWith("[system.token(") AndAlso _catchLocation.EndsWith(")]")) Then + If _catchLocation.StartsWith("") Then Return Localization.GetString(_catchLocation.Remove(_catchLocation.Length - 2, 2).Remove(0, "") OrElse _catchTrainerName.StartsWith("[system.token(") AndAlso _catchTrainerName.EndsWith(")]")) Then + If _catchTrainerName.StartsWith("") Then Return Localization.GetString(_catchTrainerName.Remove(_catchTrainerName.Length - 2, 2).Remove(0, "") OrElse _catchMethod.StartsWith("[system.token(") AndAlso _catchMethod.EndsWith(")]")) Then + If _catchMethod.StartsWith("") Then Return Localization.GetString(_catchMethod.Remove(_catchMethod.Length - 2, 2).Remove(0, "