summaryrefslogtreecommitdiff
path: root/include/constants/map_groups.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-10-09 08:40:14 -0400
committerGitHub <noreply@github.com>2019-10-09 08:40:14 -0400
commit77a6ee507fdeef8d6a3b8146c70df107e124b0b5 (patch)
treed628693647f730f285f68fcd39b03e781a1a37ab /include/constants/map_groups.h
parent2a7205dec677c98d087cb8ba191370de464c8bf0 (diff)
parent40a810679f0fce5c092f9f619025b04dbbf8a214 (diff)
Merge pull request #96 from SatoMew/master
Replace labels for used and unused Saffron City maps
Diffstat (limited to 'include/constants/map_groups.h')
-rw-r--r--include/constants/map_groups.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/constants/map_groups.h b/include/constants/map_groups.h
index d769520ca..44fa03eda 100644
--- a/include/constants/map_groups.h
+++ b/include/constants/map_groups.h
@@ -206,8 +206,8 @@
#define MAP_FUCHSIA_CITY (7 | (3 << 8))
#define MAP_CINNABAR_ISLAND (8 | (3 << 8))
#define MAP_INDIGO_PLATEAU_EXTERIOR (9 | (3 << 8))
-#define MAP_SAFFRON_CITY_DUPLICATE (10 | (3 << 8))
-#define MAP_SAFFRON_CITY (11 | (3 << 8))
+#define MAP_SAFFRON_CITY (10 | (3 << 8))
+#define MAP_SAFFRON_CITY_CLASSIC (11 | (3 << 8))
#define MAP_ONE_ISLAND (12 | (3 << 8))
#define MAP_TWO_ISLAND (13 | (3 << 8))
#define MAP_THREE_ISLAND (14 | (3 << 8))