From c6b4319b682807d714f88857f16287770b483db8 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Sun, 17 May 2020 16:43:44 -0400 Subject: Sync fieldmap data --- include/fieldmap.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/fieldmap.h') diff --git a/include/fieldmap.h b/include/fieldmap.h index cc2a29914..2f1ac5286 100644 --- a/include/fieldmap.h +++ b/include/fieldmap.h @@ -8,8 +8,9 @@ #define NUM_METATILES_TOTAL 1024 #define NUM_PALS_IN_PRIMARY 6 #define NUM_PALS_TOTAL 12 +#define MAX_MAP_DATA_SIZE 0x2800 -extern struct BackupMapLayout gUnknown_03004870; +extern struct BackupMapLayout gBackupMapLayout; struct MapHeader *mapconnection_get_mapheader(struct MapConnection *connection); int GetMapBorderIdAt(int x, int y); int CanCameraMoveInDirection(int direction); -- cgit v1.2.3