Sync map header property names with pokefirered

This commit is contained in:
GriffinR
2020-03-10 23:13:27 -04:00
committed by huderlem
parent 724ffe14ee
commit b1d26e10a8
527 changed files with 1053 additions and 1053 deletions
+1 -1
View File
@@ -1004,7 +1004,7 @@ static void InitMapBasedOnPlayerLocation(void)
break;
case MAP_TYPE_UNDERGROUND:
case MAP_TYPE_UNUSED_2:
if (gMapHeader.flags & MAP_ALLOW_ESCAPE_ROPE)
if (gMapHeader.flags & MAP_ALLOW_ESCAPING)
{
mapHeader = Overworld_GetMapHeaderByGroupAndId(gSaveBlock1Ptr->escapeWarp.mapGroup, gSaveBlock1Ptr->escapeWarp.mapNum);
gRegionMap->mapSecId = mapHeader->regionMapSectionId;