Updated POI map sidebar icon, fixed minor spacing issue in the world info sidebar

This commit is contained in:
Aruki
2017-02-20 23:40:19 -07:00
parent e89d44f7a7
commit d350e983d9
6 changed files with 24 additions and 6 deletions

View File

@@ -114,6 +114,10 @@ bool CExportGameDialog::ValidateGame()
mGameID = TString(6, 0);
memcpy(&mGameID[0], rkHeader.m_gameID, 6);
// The MP2 ISO doesn't have a colon in the game name and it kinda annoys me
if (mGameTitle == "Metroid Prime 2 Echoes")
mGameTitle = "Metroid Prime 2: Echoes";
// Check region byte
switch (mGameID[3])
{