mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-27 00:45:10 -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:
+15
-15
@@ -33,22 +33,22 @@ static int daHitobj_Delete(hitobj_class* i_this) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
static dCcD_SrcSph cc_sph_src = {
|
||||
{
|
||||
{0, {{0, 0, 0x13}, {0, 3}, 0}},
|
||||
{dCcD_SE_NONE, 0, 0, 0, {0}},
|
||||
{dCcD_SE_NONE, 0, 0, 0, {0}},
|
||||
{0},
|
||||
},
|
||||
{
|
||||
{
|
||||
{0.0f, 0.0f, 0.0f},
|
||||
100.0f,
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
static int daHitobj_Create(fopAc_ac_c* i_this) {
|
||||
static dCcD_SrcSph cc_sph_src = {
|
||||
{
|
||||
{0, {{0, 0, 0x13}, {0, 3}, 0}},
|
||||
{dCcD_SE_NONE, 0, 0, 0, {0}},
|
||||
{dCcD_SE_NONE, 0, 0, 0, {0}},
|
||||
{0},
|
||||
},
|
||||
{
|
||||
{
|
||||
{0.0f, 0.0f, 0.0f},
|
||||
100.0f,
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
hitobj_class* hitobj = (hitobj_class*)i_this;
|
||||
fopAcM_ct(i_this, hitobj_class);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user