summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_obj_web1.cpp
diff options
context:
space:
mode:
authorMax Roncace <me@caseif.net>2025-12-22 18:41:19 -0500
committerGitHub <noreply@github.com>2025-12-22 15:41:19 -0800
commit9767e76ba049ce20ac0d2236758f050bcd36d90f (patch)
tree30519a089779dd789f5564adef5afb27a163a190 /src/d/actor/d_a_obj_web1.cpp
parent8fece471c6d5203aa09d5c280584096adc1b8539 (diff)
GCN data 100% matching (#2987)
* Update GZ2J01 symbols from linked DOL * GCN data 100% matching * Run dtk apply
Diffstat (limited to 'src/d/actor/d_a_obj_web1.cpp')
-rw-r--r--src/d/actor/d_a_obj_web1.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/d/actor/d_a_obj_web1.cpp b/src/d/actor/d_a_obj_web1.cpp
index bf3fb86dbc..ac5020f8d6 100644
--- a/src/d/actor/d_a_obj_web1.cpp
+++ b/src/d/actor/d_a_obj_web1.cpp
@@ -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;
}