summaryrefslogtreecommitdiff
path: root/include/constants
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2018-08-15 01:44:20 -0700
committerDiegoisawesome <diego@domoreaweso.me>2018-08-15 01:44:20 -0700
commit0bc975bf57a1603d2d23265ea9fad39cc05622b9 (patch)
treeeb3e696ff9c84195c7e0d2af6beda81f55100ced /include/constants
parent332a8bcb1d6c9b01e27cc4f5a7a08ae26bf62f79 (diff)
Document and cleanup pokemon_summary_screen
Diffstat (limited to 'include/constants')
-rw-r--r--include/constants/region_map_sections.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/constants/region_map_sections.h b/include/constants/region_map_sections.h
index b9c518b1b..8ff75dfa9 100644
--- a/include/constants/region_map_sections.h
+++ b/include/constants/region_map_sections.h
@@ -216,4 +216,8 @@
#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
+
#endif //GUARD_REGIONMAPSEC_H