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/constants/region_map_sections.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/constants') diff --git a/include/constants/region_map_sections.h b/include/constants/region_map_sections.h index 254ae2edd..4fd9aa894 100644 --- a/include/constants/region_map_sections.h +++ b/include/constants/region_map_sections.h @@ -89,6 +89,6 @@ #define MAPSEC_SKY_PILLAR 0x55 #define MAPSEC_SECRET_BASE 0x56 #define MAPSEC_DYNAMIC 0x57 -#define MAPSEC_NOTHING 0x58 +#define MAPSEC_NONE 0x58 #endif // GUARD_REGIONMAPSEC_H -- cgit v1.2.3