Merge pull request #1603 from LOuroboros/patch-2

Updated the value of MAX_MAP_DATA_SIZE
This commit is contained in:
GriffinR 2022-01-16 17:37:26 -05:00 committed by GitHub
commit 14a11899cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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