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
@@ -103,7 +103,7 @@ void daObjRIVERROCK_c::CheckBG() {
field_0x5d0 = particlePos;
}
static bool mHIOInitialized;
static bool hio_set;
static daObjRIVERROCK_HIO_c l_HIO;
@@ -244,8 +244,8 @@ int daObjRIVERROCK_c::create() {
} else {
field_0x5c4.set(1.0f, 1.0f, 1.0f);
}
if (!mHIOInitialized) {
mHIOInitialized = true;
if (!hio_set) {
hio_set = true;
mHIONeedDelete = true;
l_HIO.field_0x4 = -1;
}
@@ -304,7 +304,7 @@ int daObjRIVERROCK_c::Draw() {
int daObjRIVERROCK_c::Delete() {
dComIfG_resDelete(&mPhase, l_arcName);
if (mHIONeedDelete) {
mHIOInitialized = false;
hio_set = false;
}
mSoundObj.deleteObject();
return 1;