diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-05-17 16:43:44 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-05-17 16:43:44 -0400 |
commit | c6b4319b682807d714f88857f16287770b483db8 (patch) | |
tree | d2819fa9273113eb9254e5c86ffc2f528943a32a /include/fieldmap.h | |
parent | f302fcc134bf354c3655e3423be68fd7a99cb396 (diff) |
Sync fieldmap data
Diffstat (limited to 'include/fieldmap.h')
-rw-r--r-- | include/fieldmap.h | 3 |
1 files changed, 2 insertions, 1 deletions
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); |