mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-13 03:29:16 -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:
@@ -55,7 +55,7 @@ static f32 dummyLiterals() {
|
||||
return dummy;
|
||||
}
|
||||
|
||||
static u8 data_80B26678;
|
||||
static u8 hio_set;
|
||||
|
||||
static daNPC_TR_HIO_c l_HIO;
|
||||
|
||||
@@ -194,7 +194,7 @@ static int daNPC_TR_Delete(npc_tr_class* npc_tr) {
|
||||
dComIfG_resDelete(&npc_tr->mPhaseReq, "NPC_TR");
|
||||
|
||||
if (npc_tr->field_0x600) {
|
||||
data_80B26678 = 0;
|
||||
hio_set = 0;
|
||||
}
|
||||
|
||||
return 1;
|
||||
@@ -231,9 +231,9 @@ static int daNPC_TR_Create(fopAc_ac_c* i_this) {
|
||||
return cPhs_ERROR_e;
|
||||
}
|
||||
|
||||
if (!data_80B26678) {
|
||||
if (!hio_set) {
|
||||
npc_tr->field_0x600 = 1;
|
||||
data_80B26678 = 1;
|
||||
hio_set = 1;
|
||||
l_HIO.field_0x4 = -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user