Sync map types with pokefirered
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user