mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-31 23:48:17 -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:
@@ -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, ¤t.pos, &tevStr);
|
||||
mLineMat.update(100, 5.0f, color, 0, &tevStr);
|
||||
dComIfGd_set3DlineMat(&mLineMat);
|
||||
|
||||
Reference in New Issue
Block a user