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