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
+4 -4
View File
@@ -104,7 +104,7 @@ static int daE_SG_Draw(e_sg_class* i_this) {
return 1;
}
static bool hio_init;
static bool hio_set;
static daE_SG_HIO_c l_HIO;
@@ -1105,7 +1105,7 @@ static int daE_SG_Delete(e_sg_class* i_this) {
dComIfG_resDelete(&i_this->mPhaseReq, "E_sg");
if (i_this->mHioInit) {
hio_init = false;
hio_set = false;
}
if (i_this->heap != NULL) {
@@ -1170,9 +1170,9 @@ static int daE_SG_Create(fopAc_ac_c* i_this) {
return cPhs_ERROR_e;
}
if (hio_init == false) {
if (hio_set == false) {
a_this->mHioInit = true;
hio_init = true;
hio_set = true;
l_HIO.mUnk0 = -1;
}