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
+7 -7
View File
@@ -36,13 +36,6 @@ static dCcD_SrcSph l_sphSrc = {
} // mSphAttr
};
static GXColor color = {
0x00,
0x00,
0x00,
0xFF,
};
int daObjCrope_c::create() {
fopAcM_ct(this, daObjCrope_c);
int rv = dComIfG_resLoad(&mPhase, l_arcName);
@@ -360,6 +353,13 @@ static int daObjCrope_Execute(daObjCrope_c* i_this) {
}
int daObjCrope_c::draw() {
static GXColor color = {
0x00,
0x00,
0x00,
0xFF,
};
g_env_light.settingTevStruct(0, &current.pos, &tevStr);
mLineMat.update(100, 5.0f, color, 0, &tevStr);
dComIfGd_set3DlineMat(&mLineMat);