diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-09-09 20:30:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-09 20:30:41 +0200 |
commit | e21b91cc2f48c4b6bf2cb2d8e97ea1d55c0163bb (patch) | |
tree | 78530380aed8ddfdf706824bf2d557152ec8a94c /include/constants | |
parent | 6454740587f9a97105c45d54bf4284015a20d6d1 (diff) | |
parent | 135e98a82493b2538c030af9b327cb104e27a3dd (diff) |
Merge pull request #12 from Slawter666/factory-data
Move battle factory data to C
Diffstat (limited to 'include/constants')
-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 |