summaryrefslogtreecommitdiff
path: root/src/map/battle.t.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/battle.t.hpp')
-rw-r--r--src/map/battle.t.hpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/map/battle.t.hpp b/src/map/battle.t.hpp
index d0d3389..09e2512 100644
--- a/src/map/battle.t.hpp
+++ b/src/map/battle.t.hpp
@@ -240,14 +240,4 @@ earray<Races, Race, Race::COUNT> race_shift //=
Races::other,
}};
-enum class DamageType : uint8_t
-{
- NORMAL = 0x00,
- TAKEITEM = 0x01,
- RETURNED = 0x04,
- DOUBLED = 0x08,
- CRITICAL = 0x0a,
- FLEE2 = 0x0b,
-};
-
#endif // TMWA_MAP_BATTLE_T_HPP