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:
@@ -181,13 +181,13 @@ static int daObj_Web1_IsDelete(obj_web1_class* i_this) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
static u8 data_80D361F8;
|
||||
static u8 hio_set;
|
||||
|
||||
static int daObj_Web1_Delete(obj_web1_class* i_this) {
|
||||
dComIfG_resDelete(&i_this->mPhase, "Obj_web1");
|
||||
|
||||
if (i_this->field_0x76c) {
|
||||
data_80D361F8 = 0;
|
||||
hio_set = 0;
|
||||
}
|
||||
|
||||
dComIfG_Bgsp().Release(i_this->mpBgW);
|
||||
@@ -279,9 +279,9 @@ static int daObj_Web1_Create(fopAc_ac_c* i_this) {
|
||||
return cPhs_ERROR_e;
|
||||
}
|
||||
|
||||
if (!data_80D361F8) {
|
||||
if (!hio_set) {
|
||||
_this->field_0x76c = 1;
|
||||
data_80D361F8 = true;
|
||||
hio_set = true;
|
||||
l_HIO.field_0x4 = -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user