summaryrefslogtreecommitdiff
path: root/src/map/map.t.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/map.t.hpp')
-rw-r--r--src/map/map.t.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/map/map.t.hpp b/src/map/map.t.hpp
index 267c049..d685c01 100644
--- a/src/map/map.t.hpp
+++ b/src/map/map.t.hpp
@@ -43,14 +43,12 @@ enum class BL : uint8_t
NPC,
MOB,
ITEM,
- SPELL,
};
enum class NpcSubtype : uint8_t
{
WARP,
SHOP,
SCRIPT,
- MESSAGE,
COUNT,
};
@@ -186,8 +184,6 @@ enum class MapCell : uint8_t
UNWALKABLE = 0x01,
// not in tmwa data
_range = 0x04,
- // set in code, not imported
- NPC_NEAR = 0x80,
};
ENUM_BITWISE_OPERATORS(MapCell)
}