add METATILE_ID macro

This commit is contained in:
garak 2019-06-11 12:07:31 -04:00 committed by huderlem
parent f64c1dfabf
commit f1f420954b

View File

@ -8,6 +8,8 @@
#define METATILE_COLLISION_SHIFT 10
#define METATILE_ELEVATION_MASK 0xF000
#define METATILE_ID(tileset, name) (METATILE_##tileset##_##name)
enum
{
CONNECTION_SOUTH = 1,