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

All CPatterned functions implemented

This commit is contained in:
Jack Andersen
2018-11-10 17:27:54 -10:00
parent 87e5aea6f5
commit d4bb7d64eb
27 changed files with 1383 additions and 369 deletions

View File

@@ -151,7 +151,7 @@ enum class EScriptObjectState
Open = 8,
Zero = 9,
Attack = 10,
UNKS1 = 11,
CloseIn = 11,
Retreat = 12,
Patrol = 13,
Dead = 14,
@@ -159,12 +159,12 @@ enum class EScriptObjectState
CameraTarget = 16,
UNKS2 = 17,
Play = 18,
DeathExplosion = 19,
MassiveDeath = 19,
DeathRattle = 20,
AboutToDie = 21,
AboutToMassivelyDie = 21,
Damage = 22,
InvulnDamage = 23,
IceDeathExplosion = 24,
MassiveFrozenDeath = 24,
Modify = 25,
ScanStart = 26,
ScanProcessing = 27,