From 59581b3c574453ee38e86020adb5745d21471ef4 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 23 Dec 2019 13:33:06 -0500 Subject: region_map through sub_80BFFD0 --- include/constants/region_map.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/constants') diff --git a/include/constants/region_map.h b/include/constants/region_map.h index 0957a72ee..e096f08a2 100644 --- a/include/constants/region_map.h +++ b/include/constants/region_map.h @@ -89,6 +89,8 @@ #define MAPSEC_SKY_PILLAR 0x55 #define MAPSEC_SECRET_BASE 0x56 #define MAPSEC_DYNAMIC 0x57 + +// Kanto landmarks #define MAPSEC_PALLET_TOWN 0x58 #define MAPSEC_VIRIDIAN_CITY 0x59 #define MAPSEC_PEWTER_CITY 0x5A @@ -144,6 +146,9 @@ #define MAPSEC_POKEMON_TOWER 0x8C #define MAPSEC_CERULEAN_CAVE 0x8D #define MAPSEC_POWER_PLANT 0x8E + +#define MAPSECS_SEVII_123 0x8F + #define MAPSEC_ONE_ISLAND 0x8F #define MAPSEC_TWO_ISLAND 0x90 #define MAPSEC_THREE_ISLAND 0x91 -- cgit v1.2.3 From 3535cf2ebc0ff5cb408bb018ade68ae8cfcb0c5c Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Fri, 3 Jan 2020 09:09:02 -0500 Subject: through sub_80C0E5C --- include/constants/region_map.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/constants') diff --git a/include/constants/region_map.h b/include/constants/region_map.h index e096f08a2..bd087bd60 100644 --- a/include/constants/region_map.h +++ b/include/constants/region_map.h @@ -90,7 +90,8 @@ #define MAPSEC_SECRET_BASE 0x56 #define MAPSEC_DYNAMIC 0x57 -// Kanto landmarks +#define MAPSECS_KANTO 0x58 + #define MAPSEC_PALLET_TOWN 0x58 #define MAPSEC_VIRIDIAN_CITY 0x59 #define MAPSEC_PEWTER_CITY 0x5A -- cgit v1.2.3