WIP/experimental: ColliderCylinderElement

This commit is contained in:
Dragorn421
2022-11-17 17:14:25 +01:00
parent fa8bf586e0
commit cfc8c32ace
5 changed files with 167 additions and 146 deletions
+9 -7
View File
@@ -42,14 +42,16 @@ static ColliderCylinderInit sCylinderInit = {
COLSHAPE_CYLINDER,
},
{
ELEMTYPE_UNK2,
{ 0x00000000, 0x00, 0x00 },
{ 0xFFCFFFFF, 0x00, 0x00 },
TOUCH_NONE,
BUMP_ON,
OCELEM_ON,
{
ELEMTYPE_UNK2,
{ 0x00000000, 0x00, 0x00 },
{ 0xFFCFFFFF, 0x00, 0x00 },
TOUCH_NONE,
BUMP_ON,
OCELEM_ON,
},
{ 25, 60, 0, { 0, 0, 0 } },
},
{ 25, 60, 0, { 0, 0, 0 } },
};
//! @bug gHookshotPostCol and gHookshotPostDL are referenced below for type A_OBJ_UNKNOWN_6 but they aren't available