diff options
author | ultima-soul <akshayjhanji@hotmail.com> | 2018-09-05 01:13:17 +0000 |
---|---|---|
committer | ultima-soul <akshayjhanji@hotmail.com> | 2018-09-05 01:13:17 +0000 |
commit | f505ba1bc7b34c67d7b3b7aef01006def5947639 (patch) | |
tree | afb1205a894805d2893d2a99570893f1522109a0 /include | |
parent | 4418189d4cf94bd5f837611da2dcb6147709d653 (diff) |
Implemented gRegionMapSectionId_To_PopUpThemeIdMapping array to be dependent on Map Section ID enum rather than order dependent.
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/region_map_sections.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/constants/region_map_sections.h b/include/constants/region_map_sections.h index 8ff75dfa9..35c92d7e4 100644 --- a/include/constants/region_map_sections.h +++ b/include/constants/region_map_sections.h @@ -220,4 +220,6 @@ #define MAPSEC_IN_GAME_TRADE 0xFE #define MAPSEC_FATEFUL_ENCOUNTER 0xFF +#define MAPSEC_SUBSTRACT_KANTO (MAPSEC_SPECIAL_AREA - MAPSEC_DYNAMIC) + #endif //GUARD_REGIONMAPSEC_H |