summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/region_map.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/region_map.c b/src/region_map.c
index b5a16fa09..c669776e3 100644
--- a/src/region_map.c
+++ b/src/region_map.c
@@ -1733,10 +1733,10 @@ void sub_80FC69C(void)
sub_8053538((FlagGet(FLAG_SYS_POKEMON_LEAGUE_FLY) && sFlyDataPtr->regionMap.everGrandeCityArea == 0) ? HEAL_LOCATION_EVER_GRANDE_CITY_2 : HEAL_LOCATION_EVER_GRANDE_CITY_1);
break;
default:
- if (sUnknown_083E7920[sFlyDataPtr->regionMap.mapSectionId][2] != 0)
- sub_8053538(sUnknown_083E7920[sFlyDataPtr->regionMap.mapSectionId][2]);
+ if (sMapHealLocationIndexes[sFlyDataPtr->regionMap.mapSectionId][2] != 0)
+ sub_8053538(sMapHealLocationIndexes[sFlyDataPtr->regionMap.mapSectionId][2]);
else
- warp1_set_2(sUnknown_083E7920[sFlyDataPtr->regionMap.mapSectionId][0], sUnknown_083E7920[sFlyDataPtr->regionMap.mapSectionId][1], -1);
+ warp1_set_2(sMapHealLocationIndexes[sFlyDataPtr->regionMap.mapSectionId][0], sMapHealLocationIndexes[sFlyDataPtr->regionMap.mapSectionId][1], -1);
break;
}
sub_80865BC();