mirror of
https://github.com/zeldaret/tp
synced 2026-06-24 01:31:37 -04:00
GCN data 100% matching (#2987)
* Update GZ2J01 symbols from linked DOL * GCN data 100% matching * Run dtk apply
This commit is contained in:
@@ -28,23 +28,23 @@ static char* l_arcName[1] = {
|
||||
"Octhashi"
|
||||
};
|
||||
|
||||
static dCcD_SrcCyl ccCylSrc = {
|
||||
{
|
||||
{0x0, {{0x0, 0x0, 0xd}, {0x104002, 0x1f}, 0x75}}, // mObj
|
||||
{dCcD_SE_STONE, 0x2, 0x0, 0x0, 0x1}, // mGObjAt
|
||||
{dCcD_SE_STONE, 0x2, 0x0, 0x0, 0x1}, // mGObjTg
|
||||
{0x0}, // mGObjCo
|
||||
}, // mObjInf
|
||||
{
|
||||
{0.0f, 0.0f, 0.0f}, // mCenter
|
||||
400.0f, // mRadius
|
||||
0.0f // mHeight
|
||||
} // mCyl
|
||||
};
|
||||
|
||||
static s8 l_cyl_height_init = 0;
|
||||
|
||||
void daObjOCTHASHI_c::initCcCylinder() {
|
||||
static dCcD_SrcCyl ccCylSrc = {
|
||||
{
|
||||
{0x0, {{0x0, 0x0, 0xd}, {0x104002, 0x1f}, 0x75}}, // mObj
|
||||
{dCcD_SE_STONE, 0x2, 0x0, 0x0, 0x1}, // mGObjAt
|
||||
{dCcD_SE_STONE, 0x2, 0x0, 0x0, 0x1}, // mGObjTg
|
||||
{0x0}, // mGObjCo
|
||||
}, // mObjInf
|
||||
{
|
||||
{0.0f, 0.0f, 0.0f}, // mCenter
|
||||
400.0f, // mRadius
|
||||
0.0f // mHeight
|
||||
} // mCyl
|
||||
};
|
||||
|
||||
if (l_cyl_height_init == 0) {
|
||||
ccCylSrc.mCyl.mHeight = (f32)(mPieceNum + 1) * 800.0f - 100.f;
|
||||
l_cyl_height_init = 1;
|
||||
|
||||
Reference in New Issue
Block a user