summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/global.fieldmap.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/global.fieldmap.h b/include/global.fieldmap.h
index 2b85a02d1..e35d900d8 100644
--- a/include/global.fieldmap.h
+++ b/include/global.fieldmap.h
@@ -1,12 +1,12 @@
#ifndef GUARD_GLOBAL_FIELDMAP_H
#define GUARD_GLOBAL_FIELDMAP_H
-#define MAP_IMPASSABLE_MASK 0x0C00
-#define MAP_METATILE_ID_MASK 0x03FF
-#define MAP_UNDEFINED_METATILE_ID 0x03FF
-#define MAP_TILE_ELEVATION_SHIFT 12
-#define MAP_IMPASSABLE_SHIFT 10
-#define MAP_TILE_ELEVATION_MASK 0xF000
+#define METATILE_COLLISION_MASK 0x0C00
+#define METATILE_ID_MASK 0x03FF
+#define METATILE_ID_UNDEFINED 0x03FF
+#define METATILE_ELEVATION_SHIFT 12
+#define METATILE_COLLISION_SHIFT 10
+#define METATILE_ELEVATION_MASK 0xF000
enum
{