Add GRAPH_NODE_TYPES_MASK and MODEL_STATE_MASK

This commit is contained in:
Arceveti
2021-09-22 11:19:46 -07:00
parent 78864302f7
commit 9e4a569cf6
15 changed files with 64 additions and 64 deletions

View File

@@ -154,6 +154,8 @@
#define MODEL_STATE_NOISE_ALPHA ((1 << 7) | MODEL_STATE_ALPHA) // (0x080 | MODEL_STATE_ALPHA)
#define MODEL_STATE_METAL (1 << 9) // 0x200
#define MODEL_STATE_MASK 0xFF
#define MARIO_NORMAL_CAP /* 0x00000001 */ (1 << 0)
#define MARIO_VANISH_CAP /* 0x00000002 */ (1 << 1)
#define MARIO_METAL_CAP /* 0x00000004 */ (1 << 2)