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

Initial CIkChain implementation

This commit is contained in:
2017-01-07 19:36:24 -08:00
parent ef43c3319b
commit bf91bdc332
9 changed files with 122 additions and 12 deletions

View File

@@ -177,7 +177,7 @@ enum class EScriptObjectState
enum class EScriptObjectMessage
{
None = -1,
UNKM1 = 0,
UNKM0 = 0,
Activate = 1,
UNKM2 = 2,
Close = 3,
@@ -195,7 +195,7 @@ enum class EScriptObjectMessage
Stop = 15,
StopAndReset = 16,
ToggleActive = 17,
UNKM3 = 18,
UNKM18 = 18,
Action = 19,
Play = 20,
Alert = 21,