Add MAX_MAP_DATA_SIZE alias
This commit is contained in:
+2
-1
@@ -9,7 +9,8 @@
|
|||||||
#define NUM_METATILES_TOTAL 1024
|
#define NUM_METATILES_TOTAL 1024
|
||||||
#define NUM_PALS_IN_PRIMARY 7
|
#define NUM_PALS_IN_PRIMARY 7
|
||||||
#define NUM_PALS_TOTAL 13
|
#define NUM_PALS_TOTAL 13
|
||||||
#define VIRTUAL_MAP_SIZE 0x2800
|
#define MAX_MAP_DATA_SIZE 0x2800
|
||||||
|
#define VIRTUAL_MAP_SIZE (MAX_MAP_DATA_SIZE)
|
||||||
|
|
||||||
extern struct BackupMapLayout VMap;
|
extern struct BackupMapLayout VMap;
|
||||||
extern const struct MapLayout Route1_Layout;
|
extern const struct MapLayout Route1_Layout;
|
||||||
|
|||||||
Reference in New Issue
Block a user