Fixed hardcoded render layers to use layer defines

This commit is contained in:
Arceveti
2021-08-06 12:44:48 -07:00
parent 25341d14d1
commit 5bda529a4d
15 changed files with 72 additions and 75 deletions

View File

@@ -17,9 +17,6 @@
// Whether the node type has a function pointer of type GraphNodeFunc
#define GRAPH_NODE_TYPE_FUNCTIONAL 0x100
// Type used for Bowser and an unused geo function in obj_behaviors.c
#define GRAPH_NODE_TYPE_400 0x400
// The discriminant for different types of geo nodes
#define GRAPH_NODE_TYPE_ROOT 0x001
#define GRAPH_NODE_TYPE_ORTHO_PROJECTION 0x002