2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 14:24:56 +00:00

More CFlaahgra imps

This commit is contained in:
2019-06-26 18:06:03 -07:00
parent a1745cff96
commit 44cae7bdb9
5 changed files with 247 additions and 22 deletions

View File

@@ -78,7 +78,7 @@ enum class EStepDirection { Invalid = -1, Forward = 0, Backward = 1, Left = 2, R
enum class EStepType { Normal = 0, Dodge = 1, BreakDodge = 2, RollDodge = 3 };
enum class ESeverity { Invalid = -1, Zero = 0, One = 1, Two = 2, Eight = 8 };
enum class ESeverity { Invalid = -1, Zero = 0, One = 1, Two = 2, Three, Four, Seven = 7, Eight = 8 };
enum class EGetupType { Invalid = -1, Zero = 0, One = 1, Two = 2 };