mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-22 06:52:03 +00:00
Colliders: elemType -> elemMaterial (#2189)
* elemType -> elemMaterial * format
This commit is contained in:
parent
8f0e2fc29c
commit
48780cd2b1
240 changed files with 560 additions and 561 deletions
|
@ -75,7 +75,7 @@ static ColliderCylinderInit sCylinderInit = {
|
|||
COLSHAPE_CYLINDER,
|
||||
},
|
||||
{
|
||||
ELEMTYPE_UNK0,
|
||||
ELEM_MATERIAL_UNK0,
|
||||
{ 0x00000000, 0x00, 0x00 },
|
||||
{ 0xFFCFFFFF, 0x00, 0x00 },
|
||||
ATELEM_NONE,
|
||||
|
@ -88,7 +88,7 @@ static ColliderCylinderInit sCylinderInit = {
|
|||
static ColliderTrisElementInit sTrisElementsInit[2] = {
|
||||
{
|
||||
{
|
||||
ELEMTYPE_UNK2,
|
||||
ELEM_MATERIAL_UNK2,
|
||||
{ 0x00000000, 0x00, 0x00 },
|
||||
{ 0xFFC3FFFF, 0x00, 0x00 },
|
||||
ATELEM_NONE,
|
||||
|
@ -99,7 +99,7 @@ static ColliderTrisElementInit sTrisElementsInit[2] = {
|
|||
},
|
||||
{
|
||||
{
|
||||
ELEMTYPE_UNK2,
|
||||
ELEM_MATERIAL_UNK2,
|
||||
{ 0x00000000, 0x00, 0x00 },
|
||||
{ 0xFFC3FFFF, 0x00, 0x00 },
|
||||
ATELEM_NONE,
|
||||
|
@ -133,7 +133,7 @@ static ColliderQuadInit sQuadInit = {
|
|||
COLSHAPE_QUAD,
|
||||
},
|
||||
{
|
||||
ELEMTYPE_UNK0,
|
||||
ELEM_MATERIAL_UNK0,
|
||||
{ 0x20000000, 0x00, 0x40 },
|
||||
{ 0x00000000, 0x00, 0x00 },
|
||||
ATELEM_ON | ATELEM_SFX_NORMAL | ATELEM_UNK7,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue