summaryrefslogtreecommitdiff
path: root/include/constants/maps.h
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-03-31 20:40:14 -0400
committerPhlosioneer <mattmdrr2@gmail.com>2019-03-31 20:40:14 -0400
commit3181c64c64afa47b3adc04f325ad3798c8c324ec (patch)
tree513557313d80e90bd0f012b2ba8f63b89c694196 /include/constants/maps.h
parent7f70b629f569ce9a4c1b90cca3a3ce86ebd3e1c2 (diff)
Change names from MAP_AREA_ to MAP_GROUP_
Diffstat (limited to 'include/constants/maps.h')
-rw-r--r--include/constants/maps.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/constants/maps.h b/include/constants/maps.h
index 93291f29e..b849749a9 100644
--- a/include/constants/maps.h
+++ b/include/constants/maps.h
@@ -11,8 +11,8 @@
// These groups are used by pokedex_area_screen.c to find wild
// pokemon locations.
-#define MAP_AREA_OVERWORLD_MONS MAP_GROUP(PETALBURG_CITY)
-#define MAP_AREA_SPECIAL_MONS_1 MAP_GROUP(METEOR_FALLS_1F_1R)
-#define MAP_AREA_SPECIAL_MONS_2 MAP_GROUP(SAFARI_ZONE_NORTHWEST)
+#define MAP_GROUP_OVERWORLD_MONS MAP_GROUP(PETALBURG_CITY)
+#define MAP_GROUP_SPECIAL_MONS_1 MAP_GROUP(METEOR_FALLS_1F_1R)
+#define MAP_GROUP_SPECIAL_MONS_2 MAP_GROUP(SAFARI_ZONE_NORTHWEST)
#endif // GUARD_CONSTANTS_MAPS_H