2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 22:27:41 +00:00

CPASAnimState fixes

This commit is contained in:
Jack Andersen
2017-07-06 11:06:56 -10:00
parent bfb16a3a0d
commit 778b37e0f8
9 changed files with 166 additions and 143 deletions

View File

@@ -43,12 +43,17 @@ enum class EJumpType
enum class EStepDirection
{
Invalid = -1
Invalid = -1,
Up = 0,
Down = 1,
Left = 2,
Right = 3
};
enum class EStepType
{
Zero
Normal = 0,
Dodge = 1
};
enum class ESeverity