diff options
author | LOuroboros <lunosouroboros@gmail.com> | 2022-01-16 19:22:28 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-16 19:22:28 -0300 |
commit | a4d31da9233f238be28c397d7f83c2028bcdffb7 (patch) | |
tree | 54da2d1cf30f99a666e1c209c4676c4a610c2161 | |
parent | dad4132762e56eadfa0fe5d7c243587def429f38 (diff) |
Updated the value of MAX_MAP_DATA_SIZE
-rw-r--r-- | include/fieldmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fieldmap.h b/include/fieldmap.h index 28da8da2a..aabfce461 100644 --- a/include/fieldmap.h +++ b/include/fieldmap.h @@ -7,7 +7,7 @@ #define NUM_METATILES_TOTAL 1024 #define NUM_PALS_IN_PRIMARY 6 #define NUM_PALS_TOTAL 13 -#define MAX_MAP_DATA_SIZE 0x2800 +#define MAX_MAP_DATA_SIZE 10240 // Map coordinates are offset by 7 when using the map // buffer because it needs to load sufficient border |