mirror of https://github.com/zeldaret/oot.git
Cleanup extracted colliders 1 (#2641)
This commit is contained in:
parent
ad7ef14b5d
commit
d52ba1ed26
|
@ -86,7 +86,7 @@ static ColliderCylinderInit sCylinderInit = {
|
|||
ACELEM_NONE,
|
||||
OCELEM_NONE,
|
||||
},
|
||||
{ 0x00BB, 0x0050, 0x0000, { 0 } },
|
||||
{ 187, 80, 0, { 0, 0, 0 } },
|
||||
};
|
||||
|
||||
static InitChainEntry sInitChain[] = {
|
||||
|
|
|
@ -28,7 +28,7 @@ void func_8086EDFC(BgBombwall* this, PlayState* play);
|
|||
void func_8086EE40(BgBombwall* this, PlayState* play);
|
||||
void func_8086EE94(BgBombwall* this, PlayState* play);
|
||||
|
||||
static ColliderTrisElementInit sTrisElementsInit[3] = {
|
||||
static ColliderTrisElementInit sTrisElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -46,7 +46,7 @@ ActorProfile Bg_Haka_Sgami_Profile = {
|
|||
/**/ NULL,
|
||||
};
|
||||
|
||||
static ColliderTrisElementInit sTrisElementsInit[4] = {
|
||||
static ColliderTrisElementInit sTrisElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK2,
|
||||
|
|
|
@ -72,7 +72,7 @@ static ColliderCylinderInit sCylinderInit = {
|
|||
{ 30, 90, 0, { 0, 0, 0 } },
|
||||
};
|
||||
|
||||
static ColliderTrisElementInit sTrisElementsInit[2] = {
|
||||
static ColliderTrisElementInit sTrisElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -39,7 +39,7 @@ ActorProfile Bg_Hidan_Dalm_Profile = {
|
|||
/**/ BgHidanDalm_Draw,
|
||||
};
|
||||
|
||||
static ColliderTrisElementInit sTrisElementInit[4] = {
|
||||
static ColliderTrisElementInit sTrisElementInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -60,7 +60,7 @@ static ColliderCylinderInit sCylinderInit = {
|
|||
ACELEM_NONE,
|
||||
OCELEM_ON,
|
||||
},
|
||||
{ 30, 83, 0, { 0 } },
|
||||
{ 30, 83, 0, { 0, 0, 0 } },
|
||||
};
|
||||
|
||||
static CollisionCheckInfoInit sColChkInfoInit = { 1, 80, 100, MASS_IMMOVABLE };
|
||||
|
|
|
@ -41,7 +41,7 @@ static f32 sYPosOffsets[] = {
|
|||
-20.0f, -120.0f, -220.0f, -320.0f, -420.0f,
|
||||
};
|
||||
|
||||
static ColliderTrisElementInit sTrisElementsInit[2] = {
|
||||
static ColliderTrisElementInit sTrisElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -37,7 +37,7 @@ ActorProfile Bg_Hidan_Hrock_Profile = {
|
|||
/**/ BgHidanHrock_Draw,
|
||||
};
|
||||
|
||||
static ColliderTrisElementInit sTrisElementsInit[2] = {
|
||||
static ColliderTrisElementInit sTrisElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -53,7 +53,7 @@ static Gfx* sBreakableWallDLists[] = {
|
|||
gFireTempleLargeBombableWallDL,
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[1] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -37,7 +37,7 @@ ActorProfile Bg_Hidan_Rsekizou_Profile = {
|
|||
/**/ BgHidanRsekizou_Draw,
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[6] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -41,7 +41,7 @@ ActorProfile Bg_Hidan_Sekizou_Profile = {
|
|||
/**/ BgHidanSekizou_Draw,
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[6] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -46,7 +46,7 @@ ActorProfile Bg_Hidan_Sima_Profile = {
|
|||
/**/ BgHidanSima_Draw,
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[2] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -40,7 +40,7 @@ ActorProfile Bg_Jya_Bombchuiwa_Profile = {
|
|||
/**/ BgJyaBombchuiwa_Draw,
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[1] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -43,7 +43,7 @@ ActorProfile Bg_Jya_Haheniron_Profile = {
|
|||
/**/ BgJyaHaheniron_Draw,
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[1] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -37,7 +37,7 @@ ActorProfile Bg_Menkuri_Eye_Profile = {
|
|||
|
||||
static s32 sNumEyesShot;
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[1] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK4,
|
||||
|
|
|
@ -44,7 +44,7 @@ ActorProfile Bg_Mizu_Bwall_Profile = {
|
|||
/**/ BgMizuBwall_Draw,
|
||||
};
|
||||
|
||||
static ColliderTrisElementInit sTrisElementsInitFloor[2] = {
|
||||
static ColliderTrisElementInit sTrisElementsInitFloor[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
@ -82,7 +82,7 @@ static ColliderTrisInit sTrisInitFloor = {
|
|||
sTrisElementsInitFloor,
|
||||
};
|
||||
|
||||
static ColliderTrisElementInit sTrisElementsInitRutoWall[1] = {
|
||||
static ColliderTrisElementInit sTrisElementsInitRutoWall[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
@ -109,7 +109,7 @@ static ColliderTrisInit sTrisInitRutoWall = {
|
|||
sTrisElementsInitRutoWall,
|
||||
};
|
||||
|
||||
static ColliderTrisElementInit sTrisElementsInitWall[2] = {
|
||||
static ColliderTrisElementInit sTrisElementsInitWall[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -47,7 +47,7 @@ ActorProfile Bg_Mori_Hashigo_Profile = {
|
|||
/**/ NULL,
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[1] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK4,
|
||||
|
|
|
@ -55,7 +55,7 @@ ActorProfile Bg_Po_Event_Profile = {
|
|||
/**/ BgPoEvent_Draw,
|
||||
};
|
||||
|
||||
static ColliderTrisElementInit sTrisElementsInit[2] = {
|
||||
static ColliderTrisElementInit sTrisElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK4,
|
||||
|
|
|
@ -70,7 +70,7 @@ ActorProfile Bg_Spot06_Objects_Profile = {
|
|||
/**/ BgSpot06Objects_Draw,
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[1] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -49,7 +49,7 @@ ActorProfile Bg_Spot18_Basket_Profile = {
|
|||
/**/ BgSpot18Basket_Draw,
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[2] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -64,7 +64,7 @@ static ColliderCylinderInit sCylinderInit = {
|
|||
ACELEM_NONE,
|
||||
OCELEM_ON,
|
||||
},
|
||||
{ 10, 70, 0, { 0 } },
|
||||
{ 10, 70, 0, { 0, 0, 0 } },
|
||||
};
|
||||
|
||||
static CollisionCheckInfoInit sColChkInfoInit = { 10, 35, 100, MASS_IMMOVABLE };
|
||||
|
|
|
@ -39,7 +39,7 @@ ActorProfile Bg_Ydan_Maruta_Profile = {
|
|||
/**/ BgYdanMaruta_Draw,
|
||||
};
|
||||
|
||||
static ColliderTrisElementInit sTrisElementsInit[2] = {
|
||||
static ColliderTrisElementInit sTrisElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -51,7 +51,7 @@ ActorProfile Bg_Ydan_Sp_Profile = {
|
|||
/**/ BgYdanSp_Draw,
|
||||
};
|
||||
|
||||
static ColliderTrisElementInit sTrisElementsInit[2] = {
|
||||
static ColliderTrisElementInit sTrisElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -10,7 +10,7 @@ static u8 D_808C7000[] = {
|
|||
1, 0, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0,
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[19] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK3,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include "collision_check.h"
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[19] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK3,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include "collision_check.h"
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[9] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK3,
|
||||
|
|
|
@ -92,7 +92,7 @@ ActorProfile Boss_Goma_Profile = {
|
|||
/**/ BossGoma_Draw,
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit sColliderJntSphElementsInit[13] = {
|
||||
static ColliderJntSphElementInit sColliderJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK3,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include "collision_check.h"
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[19] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK4,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include "collision_check.h"
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInitHand[11] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInitHand[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK1,
|
||||
|
@ -137,7 +137,7 @@ static ColliderJntSphInit sJntSphInitHand = {
|
|||
sJntSphElementsInitHand,
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInitHead[11] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInitHead[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK1,
|
||||
|
|
|
@ -245,7 +245,7 @@ static ColliderCylinderInit sCylinderInit = {
|
|||
{ 85, 120, 0, { 0, 0, 0 } },
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInitSupport[1] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInitSupport[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
@ -272,7 +272,7 @@ static ColliderJntSphInit sJntSphInitSupport = {
|
|||
sJntSphElementsInitSupport,
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInitBari[1] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInitBari[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -84,7 +84,14 @@ static ColliderCylinderInitType1 sCylinderInit = {
|
|||
OC1_ON | OC1_TYPE_PLAYER,
|
||||
COLSHAPE_CYLINDER,
|
||||
},
|
||||
{ 0x00, { 0x00000000, 0x00, 0x00 }, { 0x00000000, 0x00, 0x00 }, 0x00, 0x00, 0x01 },
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
{ 0x00000000, 0x00, 0x00 },
|
||||
{ 0x00000000, 0x00, 0x00 },
|
||||
ATELEM_NONE,
|
||||
ACELEM_NONE,
|
||||
OCELEM_ON,
|
||||
},
|
||||
{ 25, 80, 0, { 0, 0, 0 } },
|
||||
};
|
||||
|
||||
|
|
|
@ -58,7 +58,7 @@ static ColliderCylinderInit sCylinderInit = {
|
|||
ACELEM_ON,
|
||||
OCELEM_NONE,
|
||||
},
|
||||
{ 50, 10, 0, { 0 } },
|
||||
{ 50, 10, 0, { 0, 0, 0 } },
|
||||
};
|
||||
|
||||
static s16 sGrottoEntrances[] = {
|
||||
|
|
|
@ -73,7 +73,7 @@ static ColliderCylinderInit sCylinderInit = {
|
|||
{ 20, 100, 0, { 0, 0, 0 } },
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[1] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -67,7 +67,7 @@ static ColliderCylinderInit sCylinderInit = {
|
|||
ACELEM_ON,
|
||||
OCELEM_ON,
|
||||
},
|
||||
{ 30, 40, 0, { 0 } },
|
||||
{ 30, 40, 0, { 0, 0, 0 } },
|
||||
};
|
||||
|
||||
void EnAni_SetupAction(EnAni* this, EnAniActionFunc actionFunc) {
|
||||
|
|
|
@ -51,7 +51,7 @@ ActorProfile En_Ba_Profile = {
|
|||
|
||||
static Vec3f D_809B8080 = { 0.0f, 0.0f, 32.0f };
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[2] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -225,7 +225,7 @@ ActorProfile En_Bb_Profile = {
|
|||
/**/ EnBb_Draw,
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[1] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -62,7 +62,7 @@ ActorProfile En_Bigokuta_Profile = {
|
|||
/**/ EnBigokuta_Draw,
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[1] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK1,
|
||||
|
|
|
@ -62,7 +62,7 @@ static ColliderCylinderInit sCylinderInit = {
|
|||
{ 6, 11, 14, { 0, 0, 0 } },
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[1] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -66,7 +66,7 @@ static ColliderCylinderInit sCylinderInit = {
|
|||
{ 9, 18, 10, { 0, 0, 0 } },
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[1] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -36,7 +36,7 @@ ActorProfile En_Bubble_Profile = {
|
|||
/**/ EnBubble_Draw,
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[2] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -41,15 +41,17 @@ void EnButte_SetupWaitToDie(EnButte* this);
|
|||
void EnButte_WaitToDie(EnButte* this, PlayState* play);
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{ {
|
||||
ELEM_MATERIAL_UNK0,
|
||||
{ 0x00000000, 0x00, 0x00 },
|
||||
{ 0xFFCFFFFF, 0x000, 0x00 },
|
||||
ATELEM_NONE,
|
||||
ACELEM_NONE,
|
||||
OCELEM_ON,
|
||||
},
|
||||
{ 0, { { 0, 0, 0 }, 5 }, 100 } },
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
{ 0x00000000, 0x00, 0x00 },
|
||||
{ 0xFFCFFFFF, 0x00, 0x00 },
|
||||
ATELEM_NONE,
|
||||
ACELEM_NONE,
|
||||
OCELEM_ON,
|
||||
},
|
||||
{ 0, { { 0, 0, 0 }, 5 }, 100 },
|
||||
},
|
||||
};
|
||||
static ColliderJntSphInit sColliderJntSphInit = {
|
||||
{
|
||||
|
|
|
@ -43,7 +43,7 @@ ActorProfile En_Crow_Profile = {
|
|||
/**/ EnCrow_Draw,
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[1] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -55,7 +55,7 @@ ActorProfile En_Dekubaba_Profile = {
|
|||
/**/ EnDekubaba_Draw,
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[7] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -90,7 +90,7 @@ static ColliderCylinderInit sCylinderInit = {
|
|||
{ 35, 70, 0, { 0, 0, 0 } },
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[1] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -80,7 +80,7 @@ static ColliderCylinderInit sCylinderInit = {
|
|||
ELEM_MATERIAL_UNK0,
|
||||
{ 0x00000000, 0x00, 0x00 },
|
||||
{ 0x00000000, 0x00, 0x00 },
|
||||
ATELEM_NONE | ATELEM_SFX_NORMAL,
|
||||
ATELEM_NONE,
|
||||
ACELEM_NONE,
|
||||
OCELEM_ON,
|
||||
},
|
||||
|
|
|
@ -63,7 +63,7 @@ ActorProfile En_Dodongo_Profile = {
|
|||
/**/ EnDodongo_Draw,
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit sBodyElementsInit[6] = {
|
||||
static ColliderJntSphElementInit sBodyElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
@ -145,7 +145,7 @@ static ColliderJntSphInit sBodyJntSphInit = {
|
|||
sBodyElementsInit,
|
||||
};
|
||||
|
||||
static ColliderTrisElementInit sHardElementsInit[3] = {
|
||||
static ColliderTrisElementInit sHardElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK2,
|
||||
|
|
|
@ -58,7 +58,7 @@ static ColliderCylinderInit sCylinderInit = {
|
|||
ACELEM_ON,
|
||||
OCELEM_ON,
|
||||
},
|
||||
{ 16, 20, 0, { 0 } },
|
||||
{ 16, 20, 0, { 0, 0, 0 } },
|
||||
};
|
||||
|
||||
static CollisionCheckInfoInit2 sColChkInfoInit = { 0, 0, 0, 0, 50 };
|
||||
|
|
|
@ -62,7 +62,7 @@ ActorProfile En_Fd_Profile = {
|
|||
#define FLARE_DANCER_BODY_DMG 0x04
|
||||
#endif
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[12] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -87,7 +87,7 @@ static ColliderCylinderInit sCylinderInit = {
|
|||
ELEM_MATERIAL_UNK6,
|
||||
{ 0x00100700, 0x03, 0x20 },
|
||||
{ 0x0D900700, 0x00, 0x00 },
|
||||
ATELEM_ON,
|
||||
ATELEM_ON | ATELEM_SFX_NORMAL,
|
||||
ACELEM_ON,
|
||||
OCELEM_ON,
|
||||
},
|
||||
|
|
|
@ -62,7 +62,7 @@ ActorProfile En_Firefly_Profile = {
|
|||
/**/ EnFirefly_Draw,
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[1] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -50,7 +50,7 @@ static Actor* D_80A17010 = NULL;
|
|||
static f32 D_80A17014 = 0.0f;
|
||||
static f32 D_80A17018 = 0.0f;
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[1] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -51,7 +51,7 @@ ActorProfile En_Fw_Profile = {
|
|||
/**/ EnFw_Draw,
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[1] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -119,7 +119,7 @@ static ColliderCylinderInit sBodyCylinderInit = {
|
|||
{ 20, 50, 0, { 0, 0, 0 } },
|
||||
};
|
||||
|
||||
static ColliderTrisElementInit sBlockTrisElementsInit[2] = {
|
||||
static ColliderTrisElementInit sBlockTrisElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK2,
|
||||
|
|
|
@ -54,7 +54,14 @@ static ColliderCylinderInitType1 sCylinderInit = {
|
|||
OC1_ON | OC1_TYPE_ALL,
|
||||
COLSHAPE_CYLINDER,
|
||||
},
|
||||
{ 0x00, { 0x00000000, 0x00, 0x00 }, { 0x00000000, 0x00, 0x00 }, 0x00, 0x00, 0x01 },
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
{ 0x00000000, 0x00, 0x00 },
|
||||
{ 0x00000000, 0x00, 0x00 },
|
||||
ATELEM_NONE,
|
||||
ACELEM_NONE,
|
||||
OCELEM_ON,
|
||||
},
|
||||
{ 10, 60, 0, { 0, 0, 0 } },
|
||||
};
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@ static ColliderCylinderInit sCylinderInit = {
|
|||
ELEM_MATERIAL_UNK0,
|
||||
{ 0x00000000, 0x00, 0x00 },
|
||||
{ 0x00000080, 0x00, 0x00 },
|
||||
ATELEM_NONE | ATELEM_SFX_NORMAL,
|
||||
ATELEM_NONE,
|
||||
ACELEM_ON | ACELEM_HOOKABLE,
|
||||
OCELEM_ON,
|
||||
},
|
||||
|
|
|
@ -76,7 +76,7 @@ ActorProfile En_Honotrap_Profile = {
|
|||
/**/ EnHonotrap_Draw,
|
||||
};
|
||||
|
||||
static ColliderTrisElementInit sTrisElementsInit[2] = {
|
||||
static ColliderTrisElementInit sTrisElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK4,
|
||||
|
|
|
@ -143,7 +143,7 @@ static ColliderCylinderInit sCylinderInit2 = {
|
|||
{ 20, 70, 0, { 0, 0, 0 } },
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[1] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -73,7 +73,7 @@ static ColliderCylinderInitType1 sCylinderInit = {
|
|||
{ 20, 100, 0, { 0, 0, 0 } },
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[1] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -65,7 +65,7 @@ static ColliderCylinderInitType1 sCylinderInit = {
|
|||
{ 40, 100, 0, { 0, 0, 0 } },
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[1] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -107,7 +107,7 @@ static ColliderCylinderInit sCylinderInit = {
|
|||
{ 25, 80, 0, { 0, 0, 0 } },
|
||||
};
|
||||
|
||||
static ColliderTrisElementInit sTrisElementsInit[2] = {
|
||||
static ColliderTrisElementInit sTrisElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK2,
|
||||
|
|
|
@ -70,7 +70,7 @@ ActorProfile En_Insect_Profile = {
|
|||
/**/ EnInsect_Draw,
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit sColliderElementsInit[1] = {
|
||||
static ColliderJntSphElementInit sColliderElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -31,7 +31,7 @@ static ColliderCylinderInit sCylinderInit = {
|
|||
ACELEM_NONE,
|
||||
OCELEM_ON,
|
||||
},
|
||||
{ 40, 10, 0, { 0 } },
|
||||
{ 40, 10, 0, { 0, 0, 0 } },
|
||||
};
|
||||
|
||||
static CollisionCheckInfoInit2 sColChkInfoInit = { 0, 0, 0, 0, MASS_IMMOVABLE };
|
||||
|
|
|
@ -44,7 +44,7 @@ static ColliderCylinderInit sCylinderInit = {
|
|||
ACELEM_NONE,
|
||||
OCELEM_NONE,
|
||||
},
|
||||
{ 200, 200, 0, { 0 } },
|
||||
{ 200, 200, 0, { 0, 0, 0 } },
|
||||
};
|
||||
|
||||
void EnMFire1_Init(Actor* thisx, PlayState* play) {
|
||||
|
|
|
@ -126,7 +126,7 @@ static ColliderCylinderInit sBodyColliderInit = {
|
|||
{ 20, 70, 0, { 0, 0, 0 } },
|
||||
};
|
||||
|
||||
static ColliderTrisElementInit sFrontShieldingTrisElementsInit[2] = {
|
||||
static ColliderTrisElementInit sFrontShieldingTrisElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK2,
|
||||
|
|
|
@ -49,8 +49,15 @@ static ColliderCylinderInitType1 sCylinderInit = {
|
|||
OC1_ON | OC1_TYPE_ALL,
|
||||
COLSHAPE_CYLINDER,
|
||||
},
|
||||
{ 0x00, { 0x00000000, 0x00, 0x00 }, { 0xFFCFFFFF, 0x00, 0x00 }, 0x00, 0x01, 0x01 },
|
||||
{ 22, 37, 0, { 0 } },
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
{ 0x00000000, 0x00, 0x00 },
|
||||
{ 0xFFCFFFFF, 0x00, 0x00 },
|
||||
ATELEM_NONE,
|
||||
ACELEM_ON,
|
||||
OCELEM_ON,
|
||||
},
|
||||
{ 22, 37, 0, { 0, 0, 0 } },
|
||||
};
|
||||
|
||||
static s16 sPrices[] = {
|
||||
|
|
|
@ -61,7 +61,7 @@ static ColliderCylinderInit sCylinderInit = {
|
|||
ACELEM_ON,
|
||||
OCELEM_ON,
|
||||
},
|
||||
{ 13, 13, 0, { 0 } },
|
||||
{ 13, 13, 0, { 0, 0, 0 } },
|
||||
};
|
||||
|
||||
static s16 sObjectIds[] = {
|
||||
|
|
|
@ -51,7 +51,7 @@ ActorProfile En_Ny_Profile = {
|
|||
/**/ EnNy_Draw,
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[1] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -155,7 +155,7 @@ static ColliderCylinderInitType1 sCylinderInit = {
|
|||
ELEM_MATERIAL_UNK0,
|
||||
{ 0x00000000, 0x00, 0x00 },
|
||||
{ 0x00000000, 0x00, 0x00 },
|
||||
ATELEM_NONE | ATELEM_SFX_NORMAL,
|
||||
ATELEM_NONE,
|
||||
ACELEM_NONE,
|
||||
OCELEM_ON,
|
||||
},
|
||||
|
|
|
@ -90,7 +90,7 @@ static ColliderCylinderInit sCylinderInit = {
|
|||
{ 50, 160, -70, { 0, 0, 0 } },
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[1] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -90,7 +90,7 @@ static ColliderCylinderInit sCylinderInit = {
|
|||
{ 20, 40, 20, { 0, 0, 0 } },
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[1] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -98,8 +98,15 @@ static ColliderCylinderInitType1 sStandingCylinderInit = {
|
|||
OC1_ON | OC1_TYPE_PLAYER,
|
||||
COLSHAPE_CYLINDER,
|
||||
},
|
||||
{ 0x00, { 0x00000000, 0x00, 0x00 }, { 0x00000000, 0x00, 0x00 }, 0x00, 0x00, 0x01 },
|
||||
{ 25, 80, 0, { 0 } },
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
{ 0x00000000, 0x00, 0x00 },
|
||||
{ 0x00000000, 0x00, 0x00 },
|
||||
ATELEM_NONE,
|
||||
ACELEM_NONE,
|
||||
OCELEM_ON,
|
||||
},
|
||||
{ 25, 80, 0, { 0, 0, 0 } },
|
||||
};
|
||||
|
||||
static ColliderCylinderInitType1 sSittingCylinderInit = {
|
||||
|
@ -110,8 +117,15 @@ static ColliderCylinderInitType1 sSittingCylinderInit = {
|
|||
OC1_ON | OC1_TYPE_PLAYER,
|
||||
COLSHAPE_CYLINDER,
|
||||
},
|
||||
{ 0x00, { 0x00000101, 0x00, 0x00 }, { 0x00000000, 0x00, 0x00 }, 0x01, 0x00, 0x01 },
|
||||
{ 20, 30, 0, { 0 } },
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
{ 0x00000101, 0x00, 0x00 },
|
||||
{ 0x00000000, 0x00, 0x00 },
|
||||
ATELEM_ON | ATELEM_SFX_NORMAL,
|
||||
ACELEM_NONE,
|
||||
OCELEM_ON,
|
||||
},
|
||||
{ 20, 30, 0, { 0, 0, 0 } },
|
||||
};
|
||||
|
||||
static void* sEyeTextures[] = {
|
||||
|
|
|
@ -97,8 +97,15 @@ static ColliderCylinderInitType1 sCylinderInit = {
|
|||
OC1_NONE,
|
||||
COLSHAPE_CYLINDER,
|
||||
},
|
||||
{ 0x00, { 0x00000000, 0x00, 0x00 }, { 0x00000080, 0x00, 0x00 }, 0x00, 0x01, 0x00 },
|
||||
{ 30, 100, 0, { 0 } },
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
{ 0x00000000, 0x00, 0x00 },
|
||||
{ 0x00000080, 0x00, 0x00 },
|
||||
ATELEM_NONE,
|
||||
ACELEM_ON,
|
||||
OCELEM_NONE,
|
||||
},
|
||||
{ 30, 100, 0, { 0, 0, 0 } },
|
||||
};
|
||||
|
||||
static void* sEyeTextures[] = {
|
||||
|
|
|
@ -57,7 +57,14 @@ static ColliderCylinderInitType1 sCylinderInit = {
|
|||
OC1_ON | OC1_TYPE_ALL,
|
||||
COLSHAPE_CYLINDER,
|
||||
},
|
||||
{ 0x00, { 0xFFCFFFFF, 0x04, 0x08 }, { 0xFFCFFFFF, 0x00, 0x00 }, 0x01, 0x01, 0x01 },
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
{ 0xFFCFFFFF, 0x04, 0x08 },
|
||||
{ 0xFFCFFFFF, 0x00, 0x00 },
|
||||
ATELEM_ON | ATELEM_SFX_NORMAL,
|
||||
ACELEM_ON,
|
||||
OCELEM_ON,
|
||||
},
|
||||
{ 30, 40, 0, { 0, 0, 0 } },
|
||||
};
|
||||
|
||||
|
|
|
@ -55,7 +55,7 @@ void EnSkb_TakeDamage(EnSkb* this, PlayState* play);
|
|||
void EnSkb_SetupDeath(EnSkb* this, PlayState* play);
|
||||
void EnSkb_Death(EnSkb* this, PlayState* play);
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[2] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -204,8 +204,8 @@ static ColliderCylinderInitType1 D_80B01678 = {
|
|||
},
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
{ 0xFFCFFFFF, 0x0, 0x08 },
|
||||
{ 0xFFCFFFFF, 0x0, 0x0 },
|
||||
{ 0xFFCFFFFF, 0x00, 0x08 },
|
||||
{ 0xFFCFFFFF, 0x00, 0x00 },
|
||||
ATELEM_ON | ATELEM_SFX_NORMAL,
|
||||
ACELEM_ON,
|
||||
OCELEM_ON,
|
||||
|
|
|
@ -99,7 +99,7 @@ static ColliderCylinderInit sCylinderInit2 = {
|
|||
{ 20, 60, -30, { 0, 0, 0 } },
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[1] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -98,7 +98,7 @@ static ColliderCylinderInit sCylinderInit2 = {
|
|||
{ 20, 60, -30, { 0, 0, 0 } },
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[1] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -48,15 +48,29 @@ ActorProfile En_Sw_Profile = {
|
|||
/**/ EnSw_Draw,
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[1] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{ ELEM_MATERIAL_UNK0, { 0xFFCFFFFF, 0x00, 0x08 }, { 0xFFC3FFFE, 0x00, 0x00 }, 0x01, 0x05, 0x01 },
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
{ 0xFFCFFFFF, 0x00, 0x08 },
|
||||
{ 0xFFC3FFFE, 0x00, 0x00 },
|
||||
ATELEM_ON | ATELEM_SFX_NORMAL,
|
||||
ACELEM_ON | ACELEM_HOOKABLE,
|
||||
OCELEM_ON,
|
||||
},
|
||||
{ 2, { { 0, -300, 0 }, 21 }, 100 },
|
||||
},
|
||||
};
|
||||
|
||||
static ColliderJntSphInit sJntSphInit = {
|
||||
{ COL_MATERIAL_HIT6, 0x11, 0x09, 0x39, 0x10, COLSHAPE_JNTSPH },
|
||||
{
|
||||
COL_MATERIAL_HIT6,
|
||||
AT_ON | AT_TYPE_ENEMY,
|
||||
AC_ON | AC_TYPE_PLAYER,
|
||||
OC1_ON | OC1_TYPE_ALL,
|
||||
OC2_TYPE_1,
|
||||
COLSHAPE_JNTSPH,
|
||||
},
|
||||
1,
|
||||
sJntSphElementsInit,
|
||||
};
|
||||
|
|
|
@ -102,7 +102,7 @@ ActorProfile En_Tite_Profile = {
|
|||
/**/ EnTite_Draw,
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[1] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -68,7 +68,7 @@ ActorProfile En_Tp_Profile = {
|
|||
/**/ EnTp_Draw,
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[1] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -61,7 +61,14 @@ static ColliderCylinderInit sCylinderInit = {
|
|||
OC2_TYPE_1,
|
||||
COLSHAPE_CYLINDER,
|
||||
},
|
||||
{ ELEM_MATERIAL_UNK0, { 0x00000000, 0x00, 0x00 }, { 0x00001000, 0x00, 0x00 }, ATELEM_NONE, ACELEM_ON, OCELEM_ON },
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
{ 0x00000000, 0x00, 0x00 },
|
||||
{ 0x00001000, 0x00, 0x00 },
|
||||
ATELEM_NONE,
|
||||
ACELEM_ON,
|
||||
OCELEM_ON,
|
||||
},
|
||||
{ 30, 20, 0, { 0, 0, 0 } },
|
||||
};
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@ static ColliderCylinderInit sCylinderInit = {
|
|||
ACELEM_ON,
|
||||
OCELEM_NONE,
|
||||
},
|
||||
{ 9, 23, 0, { 0 } },
|
||||
{ 9, 23, 0, { 0, 0, 0 } },
|
||||
};
|
||||
|
||||
ActorProfile En_Tubo_Trap_Profile = {
|
||||
|
|
|
@ -77,7 +77,7 @@ static ColliderCylinderInit sCylinderInit = {
|
|||
ACELEM_ON,
|
||||
OCELEM_ON,
|
||||
},
|
||||
{ 30, 40, 0, { 0 } },
|
||||
{ 30, 40, 0, { 0, 0, 0 } },
|
||||
};
|
||||
|
||||
static CollisionCheckInfoInit sColChkInfoInit = { 4, 30, 40, 150 };
|
||||
|
|
|
@ -63,7 +63,7 @@ void EnWf_SetupDie(EnWf* this);
|
|||
void EnWf_Die(EnWf* this, PlayState* play);
|
||||
s32 EnWf_DodgeRanged(PlayState* play, EnWf* this);
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[4] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -39,7 +39,7 @@ static ColliderQuadInit sQuadInit = {
|
|||
ELEM_MATERIAL_UNK0,
|
||||
{ 0x00000000, 0x00, 0x00 },
|
||||
{ 0x0001F824, 0x00, 0x00 },
|
||||
ATELEM_NONE | ATELEM_SFX_NORMAL,
|
||||
ATELEM_NONE,
|
||||
ACELEM_ON,
|
||||
OCELEM_NONE,
|
||||
},
|
||||
|
|
|
@ -224,7 +224,7 @@ static u8 sFishingPlayerCinematicState = 0;
|
|||
static u8 sFishingCinematicTimer = 0;
|
||||
static u8 sSinkingLureFound = false;
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[12] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
@ -363,7 +363,7 @@ static ColliderJntSphInit sJntSphInit = {
|
|||
{
|
||||
COL_MATERIAL_NONE,
|
||||
AT_TYPE_ENEMY,
|
||||
AC_TYPE_PLAYER,
|
||||
AC_NONE | AC_TYPE_PLAYER,
|
||||
OC1_ON | OC1_TYPE_PLAYER,
|
||||
OC2_TYPE_1,
|
||||
COLSHAPE_JNTSPH,
|
||||
|
|
|
@ -79,7 +79,7 @@ static ColliderQuadInit sQuadInit = {
|
|||
{ { { 0.0f, 0.0f, 0.0f }, { 0.0f, 0.0f, 0.0f }, { 0.0f, 0.0f, 0.0f }, { 0.0f, 0.0f, 0.0f } } },
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[1] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -57,7 +57,7 @@ static ColliderCylinderInit sCylinderInit = {
|
|||
ACELEM_ON,
|
||||
OCELEM_ON,
|
||||
},
|
||||
{ 55, 70, 0, { 0 } },
|
||||
{ 55, 70, 0, { 0, 0, 0 } },
|
||||
};
|
||||
|
||||
static CollisionCheckInfoInit sColChkInfoInit = { 0, 12, 60, MASS_IMMOVABLE };
|
||||
|
|
|
@ -43,7 +43,7 @@ ActorProfile Obj_Comb_Profile = {
|
|||
/**/ ObjComb_Draw,
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[1] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
|
@ -39,12 +39,19 @@ ActorProfile Obj_Dekujr_Profile = {
|
|||
static ColliderCylinderInitToActor sCylinderInit = {
|
||||
{
|
||||
NULL,
|
||||
0x00,
|
||||
0x00,
|
||||
0x39,
|
||||
AT_NONE,
|
||||
AC_NONE,
|
||||
OC1_ON | OC1_TYPE_ALL,
|
||||
COLSHAPE_CYLINDER,
|
||||
},
|
||||
{ 0x02, { 0x00000000, 0x00, 0x00 }, { 0xFFCFFFFF, 0x00, 0x00 }, 0x00, 0x00, 0x01 },
|
||||
{
|
||||
ELEM_MATERIAL_UNK2,
|
||||
{ 0x00000000, 0x00, 0x00 },
|
||||
{ 0xFFCFFFFF, 0x00, 0x00 },
|
||||
ATELEM_NONE,
|
||||
ACELEM_NONE,
|
||||
OCELEM_ON,
|
||||
},
|
||||
{ 60, 80, 0, { 0, 0, 0 } },
|
||||
};
|
||||
|
||||
|
|
|
@ -87,7 +87,7 @@ static f32 sFocusHeights[] = {
|
|||
30, // OBJSWITCH_TYPE_CRYSTAL_TARGETABLE
|
||||
};
|
||||
|
||||
static ColliderTrisElementInit sRustyFloorTrisElementsInit[2] = {
|
||||
static ColliderTrisElementInit sRustyFloorTrisElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
@ -125,7 +125,7 @@ static ColliderTrisInit sRustyFloorTrisInit = {
|
|||
sRustyFloorTrisElementsInit,
|
||||
};
|
||||
|
||||
static ColliderTrisElementInit sEyeTrisElementsInit[2] = {
|
||||
static ColliderTrisElementInit sEyeTrisElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK4,
|
||||
|
@ -163,7 +163,7 @@ static ColliderTrisInit sEyeTrisInit = {
|
|||
sEyeTrisElementsInit,
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit sCrystalJntSphElementsInit[1] = {
|
||||
static ColliderJntSphElementInit sCrystalJntSphElementsInit[] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
|
Loading…
Reference in New Issue