diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-08-21 15:19:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-21 15:19:42 -0400 |
commit | d7ec1d234b260df869213e195055dd75bcbe5cf3 (patch) | |
tree | 935bb8ee7d397b5a2873c8af0539d699e2146248 /include/fieldmap.h | |
parent | 5d6e7a31da8f018c1a69e9e57eca0657ec19c283 (diff) | |
parent | 4dc2ba23f617f0b53a8f4d95e82a71580a808c91 (diff) |
Merge pull request #781 from GriffinRichards/constants-mapdatasize
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 cdac9f79c..0579547e8 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); |