From 669e40cb15232f0631fba4a079a42dcc7e676adc Mon Sep 17 00:00:00 2001 From: garak Date: Tue, 15 Jan 2019 23:00:25 -0500 Subject: sync region map data formats with pokeemerald --- include/region_map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/region_map.h') diff --git a/include/region_map.h b/include/region_map.h index 7ded72e49..a7f784448 100644 --- a/include/region_map.h +++ b/include/region_map.h @@ -80,6 +80,6 @@ void debug_sub_8110F28(void); u16 GetRegionMapSectionAt_(u16 x, u16 y); void sub_80FBF94(void); -extern const struct RegionMapLocation gRegionMapLocations[]; +extern const struct RegionMapLocation gRegionMapEntries[]; #endif // GUARD_REGION_MAP_H -- cgit v1.2.3