diff options
author | Kermalis <29823718+Kermalis@users.noreply.github.com> | 2018-09-20 14:39:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-20 14:39:10 -0400 |
commit | 0ae6f1e4af8b8feee679775723fc22c3f3b95210 (patch) | |
tree | 3932099bd0b5d333542ab829bf343364b2831a95 /include/fieldmap.h | |
parent | 3e80e081b5c9d44ecc2e507302f67d4fbd8c48e6 (diff) | |
parent | 4abad1211c302f1dd3694d3169820840cbec7b88 (diff) |
Merge pull request #1 from pret/master
Pulling master commits
Diffstat (limited to 'include/fieldmap.h')
-rw-r--r-- | include/fieldmap.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/fieldmap.h b/include/fieldmap.h index e77342b72..cc2a29914 100644 --- a/include/fieldmap.h +++ b/include/fieldmap.h @@ -2,6 +2,13 @@ #define GUARD_FIELDMAP2_H #include "event_object_movement.h" +#define NUM_TILES_IN_PRIMARY 512 +#define NUM_TILES_TOTAL 1024 +#define NUM_METATILES_IN_PRIMARY 512 +#define NUM_METATILES_TOTAL 1024 +#define NUM_PALS_IN_PRIMARY 6 +#define NUM_PALS_TOTAL 12 + extern struct BackupMapLayout gUnknown_03004870; struct MapHeader *mapconnection_get_mapheader(struct MapConnection *connection); int GetMapBorderIdAt(int x, int y); |