summaryrefslogtreecommitdiff
path: root/include/constants
diff options
context:
space:
mode:
authorTetrable <atiftetra@gmail.com>2018-08-26 17:33:39 +0100
committerGitHub <noreply@github.com>2018-08-26 17:33:39 +0100
commitd8f6da035015393339ea6391d293e5ff88558844 (patch)
tree7abec1fe7ed598e04de425ca4f49020759d5ee9d /include/constants
parent8896b54e8f45528fc6c21cd55cdace2ad03b2796 (diff)
parent60dff848aace7226f903eb6759273c4b52ea1813 (diff)
Merge pull request #1 from pret/master
Merge pokeemerald
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