summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2019-01-08 14:18:24 -0600
committerGitHub <noreply@github.com>2019-01-08 14:18:24 -0600
commit1285f96e1de1467a728ec90bcb647c8fea135f59 (patch)
treec50c00eb1bdfb6cd6bfc94deb91ea38b2a016496 /include
parent37d7348e01e1d9afb79b5eb10ec28af948bbaf1e (diff)
parentaf2c39860d9f7fdb8f0d381f3520a407ce97e444 (diff)
Merge pull request #517 from Diegoisawesome/master
Rename non-mapsec constants
Diffstat (limited to 'include')
-rw-r--r--include/constants/region_map_sections.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/constants/region_map_sections.h b/include/constants/region_map_sections.h
index 12c894367..bba76939c 100644
--- a/include/constants/region_map_sections.h
+++ b/include/constants/region_map_sections.h
@@ -216,10 +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 METLOC_SPECIAL_EGG 0xFD
+#define METLOC_IN_GAME_TRADE 0xFE
+#define METLOC_FATEFUL_ENCOUNTER 0xFF
-#define MAPSEC_SUBTRACT_KANTO (MAPSEC_SPECIAL_AREA - MAPSEC_DYNAMIC)
+#define KANTO_MAPSEC_COUNT (MAPSEC_SPECIAL_AREA - MAPSEC_DYNAMIC)
#endif //GUARD_REGIONMAPSEC_H