misc cleanup

This commit is contained in:
LagoLunatic
2024-02-26 15:13:17 -05:00
parent f0aec5ac44
commit fda4313e25
30 changed files with 189 additions and 195 deletions
+2 -2
View File
@@ -67,7 +67,7 @@ s32 daObjYgush00_c::_create() {
mType = 0;
}
s32 ret = dComIfG_resLoad(&mPhs, l_arcname);
s32 ret = dComIfG_resLoad(&mPhase, l_arcname);
if (ret == cPhs_COMPLEATE_e) {
if (fopAcM_entrySolidHeap(this, solidHeapCB, 0x740) == 1) {
@@ -89,7 +89,7 @@ s32 daObjYgush00_c::_create() {
/* 000004F4-00000524 .text _delete__14daObjYgush00_cFv */
bool daObjYgush00_c::_delete() {
dComIfG_resDelete(&mPhs, l_arcname);
dComIfG_resDelete(&mPhase, l_arcname);
return true;
}