Add cPhs_State typedef and use it everywhere

This commit is contained in:
LagoLunatic
2025-03-17 22:26:56 -04:00
parent 455ff4a571
commit 822b13e57a
887 changed files with 2448 additions and 2470 deletions
+2 -2
View File
@@ -60,10 +60,10 @@ static BOOL CheckCreateHeap(fopAc_ac_c* actor) {
}
/* 000003CC-0000045C .text _create__10daObjHat_cFv */
s32 daObjHat_c::_create() {
cPhs_State daObjHat_c::_create() {
fopAcM_SetupActor(this, daObjHat_c);
int phase_state = dComIfG_resLoad(&mPhs, "Ro");
cPhs_State phase_state = dComIfG_resLoad(&mPhs, "Ro");
if (phase_state == cPhs_COMPLEATE_e) {
if (fopAcM_entrySolidHeap(this, &CheckCreateHeap, 0uL)) {