2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-14 16:46:10 +00:00

CMetroid: Implement KnockBack, TelegraphAttack & more

This commit is contained in:
2020-05-09 18:39:11 -04:00
parent 7759b3f0dc
commit 9608efc222
3 changed files with 265 additions and 15 deletions

View File

@@ -96,7 +96,7 @@ enum class ELoopState { Invalid = -1, Begin, Loop, End };
enum class ELoopAttackType { Invalid = -1, Zero, One, Two, Three };
enum class EGenerateType { Invalid = -1, Zero, One, Two, Three, Four, Five };
enum class EGenerateType { Invalid = -1, Zero, One, Two, Three, Four, Five, Six, Seven };
enum class ESlideType { Invalid = -1, Zero = 0 };