Skip to content

Commit

Permalink
Merge pull request pret#1603 from LOuroboros/patch-2
Browse files Browse the repository at this point in the history
Updated the value of MAX_MAP_DATA_SIZE
  • Loading branch information
GriffinRichards authored Jan 16, 2022
2 parents dad4132 + a4d31da commit 14a1189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fieldmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 14a1189

Please sign in to comment.