diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-22 11:38:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-22 11:38:44 -0500 |
commit | fbf0c4616c397bf7d9d5a8d2dfda5c647fa18af7 (patch) | |
tree | 2b6aa4f2f870d0262f29dc5ff275b124eb70412e /include/constants/region_map.h | |
parent | 84c198ac76902385170fd0df90117411b930abe1 (diff) | |
parent | c75296640d9c42897eecf229bc7fc294f60a65eb (diff) |
Merge branch 'master' into doc-cinnabar
Diffstat (limited to 'include/constants/region_map.h')
-rw-r--r-- | include/constants/region_map.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/constants/region_map.h b/include/constants/region_map.h index bd087bd60..78dab242c 100644 --- a/include/constants/region_map.h +++ b/include/constants/region_map.h @@ -206,6 +206,8 @@ #define MAPSEC_SPECIAL_AREA 0xC4 #define MAPSEC_NONE 0xC5 -#define MAPSEC_IN_GAME_TRADE 0xFE +#define METLOC_SPECIAL_EGG 0xFD +#define METLOC_IN_GAME_TRADE 0xFE +#define METLOC_FATEFUL_ENCOUNTER 0xFF #endif //GUARD_CONSTANTS_REGION_MAP_H |