1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-21 14:31:17 +00:00

Colliders: elemType -> elemMaterial (#2189)

* elemType -> elemMaterial

* format
This commit is contained in:
Dragorn421 2024-09-17 00:11:01 +02:00 committed by GitHub
parent 8f0e2fc29c
commit 48780cd2b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
240 changed files with 560 additions and 561 deletions

View file

@ -74,7 +74,7 @@ static f32 sFocusHeights[] = {
static ColliderTrisElementInit sRustyFloorTrisElementsInit[2] = {
{
{
ELEMTYPE_UNK0,
ELEM_MATERIAL_UNK0,
{ 0x00000000, 0x00, 0x00 },
{ 0x40000040, 0x00, 0x00 },
ATELEM_NONE,
@ -85,7 +85,7 @@ static ColliderTrisElementInit sRustyFloorTrisElementsInit[2] = {
},
{
{
ELEMTYPE_UNK0,
ELEM_MATERIAL_UNK0,
{ 0x00000000, 0x00, 0x00 },
{ 0x40000040, 0x00, 0x00 },
ATELEM_NONE,
@ -112,7 +112,7 @@ static ColliderTrisInit sRustyFloorTrisInit = {
static ColliderTrisElementInit sEyeTrisElementsInit[2] = {
{
{
ELEMTYPE_UNK4,
ELEM_MATERIAL_UNK4,
{ 0x00000000, 0x00, 0x00 },
{ 0x0001F824, 0x00, 0x00 },
ATELEM_NONE,
@ -123,7 +123,7 @@ static ColliderTrisElementInit sEyeTrisElementsInit[2] = {
},
{
{
ELEMTYPE_UNK0,
ELEM_MATERIAL_UNK0,
{ 0x00000000, 0x00, 0x00 },
{ 0x0001F824, 0x00, 0x00 },
ATELEM_NONE,
@ -150,7 +150,7 @@ static ColliderTrisInit sEyeTrisInit = {
static ColliderJntSphElementInit sCrystalJntSphElementInit[1] = {
{
{
ELEMTYPE_UNK0,
ELEM_MATERIAL_UNK0,
{ 0x00000000, 0x00, 0x00 },
{ 0xEFC1FFFE, 0x00, 0x00 },
ATELEM_NONE,