mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-20 02:15:32 +00:00
Updated POI map sidebar icon, fixed minor spacing issue in the world info sidebar
This commit is contained in:
@@ -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])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user