Differences From Artifact [4594caa8a8]:
- File instruc.h — part of check-in [49e106bc44] at 2021-03-24 04:16:51 on branch trunk — Add the AnimateDead instruction to create dead animations directly. (user: user, size: 15764) [annotate] [blame] [check-ins using]
To Artifact [af49a4968c]:
- File instruc.h — part of check-in [386d28a9fb] at 2021-03-25 06:31:29 on branch trunk — Implement user flags (a way to give a name to bits of Misc4-Misc7 and CollisionLayers) (user: user, size: 15790) [annotate] [blame] [check-ins using]
︙ | |||
380 381 382 383 384 385 386 387 388 389 390 391 392 393 | 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 | + | #define OP_FUNCTION 32961 #define OP_LOCAL 32962 #define OP_LABEL 32963 #define OP_STRING 32964 #define OP_INT16 32965 #define OP_INT32 32966 #define OP_DISPATCH 32967 #define OP_USERFLAG 32968 #ifdef HEROMESH_CLASS static const Op_Names op_names[]={ {"*",8486937}, {"+",8421399}, {"-",8421400}, {"-rot",8421382}, {".",10518528}, |
︙ |