summaryrefslogtreecommitdiff
path: root/src/region_map.c
diff options
context:
space:
mode:
authorGriffinR <griffin.richards@comcast.net>2019-12-01 19:19:47 -0500
committerhuderlem <huderlem@gmail.com>2019-12-06 19:05:28 -0600
commita4191040c97fdd297e00f5fa68a0466e064e9e12 (patch)
treeb5f62ac7659a53ed548b183b134bbfccb9dae177 /src/region_map.c
parent7beddd16dd81d79ee886183053037e68910e01d5 (diff)
Sync weather names
Diffstat (limited to 'src/region_map.c')
-rw-r--r--src/region_map.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/region_map.c b/src/region_map.c
index b6133ee0d..9929de382 100644
--- a/src/region_map.c
+++ b/src/region_map.c
@@ -1259,7 +1259,7 @@ static u16 RegionMap_GetTerraCaveMapSecId(void)
{
s16 idx;
- idx = VarGet(VAR_UNUSUAL_WEATHER_LOCATION) - 1;
+ idx = VarGet(VAR_ABNORMAL_WEATHER_LOCATION) - 1;
if (idx < 0 || idx > 15)
{
idx = 0;
@@ -1271,7 +1271,7 @@ static void RegionMap_GetMarineCaveCoords(u16 *x, u16 *y)
{
u16 idx;
- idx = VarGet(VAR_UNUSUAL_WEATHER_LOCATION);
+ idx = VarGet(VAR_ABNORMAL_WEATHER_LOCATION);
if (idx < 9 || idx > 16)
{
idx = 9;