diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-09-05 16:50:25 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-05 16:50:25 -0500 |
commit | 8defc345f09a53ecb501f1597b1b264d69992cdc (patch) | |
tree | fba68cf792ebff45e91597160b7e91da7eeb3798 /include | |
parent | 41fe72b95d29b354056d4389eebd5b4de5ddee60 (diff) | |
parent | 857ac33adb1ba3c189cf7b006d7da28df2291157 (diff) |
Merge pull request #313 from ultima-soul/overworld_and_mapping
Implemented gRegionMapSectionId_To_PopUpThemeIdMapping array to be de…
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..12c894367 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_SUBTRACT_KANTO (MAPSEC_SPECIAL_AREA - MAPSEC_DYNAMIC) + #endif //GUARD_REGIONMAPSEC_H |