From e414eef0f4dea4b453cb014cf56a94e15d615db9 Mon Sep 17 00:00:00 2001 From: Aragas Date: Fri, 25 Nov 2016 23:24:46 +0300 Subject: [PATCH] =?UTF-8?q?Damn=20=C3=A9=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2.5DHero/2.5DHero/Core/GameController.vb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/2.5DHero/2.5DHero/Core/GameController.vb b/2.5DHero/2.5DHero/Core/GameController.vb index 4628beb52..6f0bcb34e 100644 --- a/2.5DHero/2.5DHero/Core/GameController.vb +++ b/2.5DHero/2.5DHero/Core/GameController.vb @@ -1,4 +1,4 @@ -Imports System.Windows.Forms +Imports System.Windows.Forms ''' ''' Controls the game's main workflow. @@ -25,7 +25,7 @@ Public Class GameController ''' ''' The name of the game. ''' - Public Const GAMENAME As String = "Pokémon 3D" + Public Const GAMENAME As String = "PokĂ©mon 3D" ''' ''' The name of the developer that appears on the title screen. @@ -133,7 +133,7 @@ Public Class GameController Private Shared GameHacked As Boolean = False 'Temp value that stores if a hacking file was detected at game start. ''' - ''' If the player hacked any instance of Pokémon3D at some point. + ''' If the player hacked any instance of PokĂ©mon3D at some point. ''' Public Shared ReadOnly Property Hacker() As Boolean Get