diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2022-01-16 17:37:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-16 17:37:26 -0500 |
commit | 14a11899cfcc8a053b6fed45356b524097c8aa70 (patch) | |
tree | 54da2d1cf30f99a666e1c209c4676c4a610c2161 /include/fieldmap.h | |
parent | dad4132762e56eadfa0fe5d7c243587def429f38 (diff) | |
parent | a4d31da9233f238be28c397d7f83c2028bcdffb7 (diff) |
Merge pull request #1603 from LOuroboros/patch-2
Updated the value of MAX_MAP_DATA_SIZE
Diffstat (limited to 'include/fieldmap.h')
-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 |