diff options
author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2020-06-13 13:40:57 -0400 |
---|---|---|
committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2020-06-13 13:40:57 -0400 |
commit | e2eb17dcbd8f9021b7e9fc805c8c03fac6b3b255 (patch) | |
tree | 5705aaca2ef0713f55ca22a4a814161e26aa4582 /include/fieldmap.h | |
parent | 1ce33843b645e3139bd414c2d048c628967f4e07 (diff) | |
parent | f75c048434d5dc7538e628206c29a0730404db81 (diff) |
Merge branch 'master' of https://github.com/pret/pokefirered
Diffstat (limited to 'include/fieldmap.h')
-rw-r--r-- | include/fieldmap.h | 3 |
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; |