mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-13 23:23:43 +01:00
Updated the value of MAX_MAP_DATA_SIZE
This commit is contained in:
parent
dad4132762
commit
a4d31da923
@ -7,7 +7,7 @@
|
|||||||
#define NUM_METATILES_TOTAL 1024
|
#define NUM_METATILES_TOTAL 1024
|
||||||
#define NUM_PALS_IN_PRIMARY 6
|
#define NUM_PALS_IN_PRIMARY 6
|
||||||
#define NUM_PALS_TOTAL 13
|
#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
|
// Map coordinates are offset by 7 when using the map
|
||||||
// buffer because it needs to load sufficient border
|
// buffer because it needs to load sufficient border
|
||||||
|
Loading…
x
Reference in New Issue
Block a user