diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-01-08 19:35:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-08 19:35:48 -0500 |
commit | 7e2330e7fd01f5eebb7fdeb157d3dd29b4da3f0f (patch) | |
tree | 8e197c66593ace92b61cebf95ca67fb2592aa6f1 /include/constants | |
parent | 26f7ba482384ad4f63063797a527b7fb33572aa1 (diff) | |
parent | 4e87e3567f91b0b2ebf792a7a2f9030a63578dfd (diff) |
Merge pull request #206 from PikalaxALT/region_map
Region map
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/region_map.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/constants/region_map.h b/include/constants/region_map.h index 0957a72ee..bd087bd60 100644 --- a/include/constants/region_map.h +++ b/include/constants/region_map.h @@ -89,6 +89,9 @@ #define MAPSEC_SKY_PILLAR 0x55 #define MAPSEC_SECRET_BASE 0x56 #define MAPSEC_DYNAMIC 0x57 + +#define MAPSECS_KANTO 0x58 + #define MAPSEC_PALLET_TOWN 0x58 #define MAPSEC_VIRIDIAN_CITY 0x59 #define MAPSEC_PEWTER_CITY 0x5A @@ -144,6 +147,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 |