diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-04-06 06:26:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-06 06:26:27 -0400 |
commit | 6ecd9dd943a22f7f090f3b272dbc8a6e04039199 (patch) | |
tree | a96f8cc5e480114dadd1362372da0606c26bc928 /include/constants/region_map_sections.h | |
parent | 35a578c62050893d5f347f637acbdcbbfb99f311 (diff) | |
parent | 93d17ef7c886b96791931ba50406b59756e1bdbd (diff) |
Merge pull request #318 from GriffinRichards/doc-rm
Document region map
Diffstat (limited to 'include/constants/region_map_sections.h')
-rw-r--r-- | include/constants/region_map_sections.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/constants/region_map_sections.h b/include/constants/region_map_sections.h index 4f60212db..4fa9378f5 100644 --- a/include/constants/region_map_sections.h +++ b/include/constants/region_map_sections.h @@ -103,8 +103,8 @@ #define MAPSEC_CINNABAR_ISLAND 0x60 #define MAPSEC_INDIGO_PLATEAU 0x61 #define MAPSEC_SAFFRON_CITY 0x62 -#define MAPSEC_ROUTE_4_FLYDUP 0x63 -#define MAPSEC_ROUTE_10_FLYDUP 0x64 +#define MAPSEC_ROUTE_4_POKECENTER 0x63 +#define MAPSEC_ROUTE_10_POKECENTER 0x64 #define MAPSEC_ROUTE_1 0x65 #define MAPSEC_ROUTE_2 0x66 #define MAPSEC_ROUTE_3 0x67 @@ -205,6 +205,7 @@ #define MAPSEC_EMBER_SPA 0xC3 #define MAPSEC_SPECIAL_AREA 0xC4 #define MAPSEC_NONE 0xC5 +#define MAPSEC_COUNT 0xC6 #define METLOC_SPECIAL_EGG 0xFD #define METLOC_IN_GAME_TRADE 0xFE |