GCN data 100% matching (#2987)

* Update GZ2J01 symbols from linked DOL

* GCN data 100% matching

* Run dtk apply
This commit is contained in:
Max Roncace
2025-12-22 18:41:19 -05:00
committed by GitHub
parent 8fece471c6
commit 9767e76ba0
2576 changed files with 14309 additions and 12675 deletions
+14 -14
View File
@@ -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;