Sync map types with pokefirered

This commit is contained in:
GriffinR
2020-03-31 15:37:31 -04:00
committed by huderlem
parent e5757a3def
commit 8d9e39e6d1
3 changed files with 5 additions and 5 deletions

View File

@@ -1003,7 +1003,7 @@ static void InitMapBasedOnPlayerLocation(void)
gRegionMap->playerIsInCave = TRUE;
break;
case MAP_TYPE_UNDERGROUND:
case MAP_TYPE_UNUSED_2:
case MAP_TYPE_UNKNOWN:
if (gMapHeader.flags & MAP_ALLOW_ESCAPING)
{
mapHeader = Overworld_GetMapHeaderByGroupAndId(gSaveBlock1Ptr->escapeWarp.mapGroup, gSaveBlock1Ptr->escapeWarp.mapNum);