diff options
Diffstat (limited to 'include/constants/region_map_sections.h')
-rw-r--r-- | include/constants/region_map_sections.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/constants/region_map_sections.h b/include/constants/region_map_sections.h index b9c518b1b..12c894367 100644 --- a/include/constants/region_map_sections.h +++ b/include/constants/region_map_sections.h @@ -216,4 +216,10 @@ #define MAPSEC_TRAINER_HILL 0xD4 #define MAPSEC_NONE 0xD5 +#define MAPSEC_SPECIAL_EGG 0xFD +#define MAPSEC_IN_GAME_TRADE 0xFE +#define MAPSEC_FATEFUL_ENCOUNTER 0xFF + +#define MAPSEC_SUBTRACT_KANTO (MAPSEC_SPECIAL_AREA - MAPSEC_DYNAMIC) + #endif //GUARD_REGIONMAPSEC_H |