summaryrefslogtreecommitdiff
path: root/include/global.fieldmap.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-02-26 13:50:04 -0500
committerGitHub <noreply@github.com>2020-02-26 13:50:04 -0500
commit9f4e2abfc685de4f771f0107bc3bf2375df81966 (patch)
treebd4d9775c281c1533c576e6a435e9a0e481fd677 /include/global.fieldmap.h
parent3b558edc7906b2a75b7d65aa396c611ce1802e62 (diff)
parentcac0681b2c11b7184545cc42d4bd209d6000b42c (diff)
Merge pull request #272 from PikalaxALT/fldeff_cut
fldeff_cut
Diffstat (limited to 'include/global.fieldmap.h')
-rw-r--r--include/global.fieldmap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/global.fieldmap.h b/include/global.fieldmap.h
index c599b68ab..a4d6880b1 100644
--- a/include/global.fieldmap.h
+++ b/include/global.fieldmap.h
@@ -15,6 +15,8 @@ enum
typedef void (*TilesetCB)(void);
+#define METATILE_ID(tileset, name) (METATILE_##tileset##_##name)
+
struct Tileset
{
/*0x00*/ bool8 isCompressed;