summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-05-17 16:45:58 -0400
committerGriffinR <griffin.g.richards@gmail.com>2020-05-17 16:45:58 -0400
commite055d3afa44e9a9f8dba5332e256194a2db91b9f (patch)
treee12cdfbd44db0ea0392c028fed605f218d5672c7
parentece62fa4ba8e385809deff330c7d7a0b348c10ae (diff)
Add MAX_MAP_DATA_SIZE alias
-rw-r--r--include/fieldmap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/fieldmap.h b/include/fieldmap.h
index c12dea340..4ac3a4712 100644
--- a/include/fieldmap.h
+++ b/include/fieldmap.h
@@ -9,7 +9,8 @@
#define NUM_METATILES_TOTAL 1024
#define NUM_PALS_IN_PRIMARY 7
#define NUM_PALS_TOTAL 13
-#define VIRTUAL_MAP_SIZE 0x2800
+#define MAX_MAP_DATA_SIZE 0x2800
+#define VIRTUAL_MAP_SIZE (MAX_MAP_DATA_SIZE)
extern struct BackupMapLayout VMap;
extern const struct MapLayout Route1_Layout;