summaryrefslogtreecommitdiff
path: root/src/region_map.c
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2019-12-20 23:44:56 -0800
committerGitHub <noreply@github.com>2019-12-20 23:44:56 -0800
commit026e1108b26f4ce5cea362997135bd8efc7cb28a (patch)
tree4f99fb34ab0abd51d8f0a4f958ec5b0001f5fed9 /src/region_map.c
parentd42ea06dc5ade2209fb84ffedafd33de3fbc9cd1 (diff)
parentd1cf9006fb4b29e63302c69c912e431a873626c0 (diff)
Merge pull request #935 from GriffinRichards/doc-warp
Document some warp/field screen effect
Diffstat (limited to 'src/region_map.c')
-rw-r--r--src/region_map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/region_map.c b/src/region_map.c
index b1ba2795c..75ce60056 100644
--- a/src/region_map.c
+++ b/src/region_map.c
@@ -1158,7 +1158,7 @@ static void RegionMap_InitializeStateBasedOnSSTidalLocation(void)
gRegionMap->mapSecId = MAPSEC_ROUTE_131;
break;
default:
- case SS_TIDAL_LOCATION_OTHER:
+ case SS_TIDAL_LOCATION_CURRENTS:
mapHeader = Overworld_GetMapHeaderByGroupAndId(mapGroup, mapNum);
gRegionMap->mapSecId = mapHeader->regionMapSectionId;