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
+3 -3
View File
@@ -76,10 +76,10 @@ void daObjAdnno_c::set_mtx() {
}
}
s32 daObjAdnno_c::_create() {
cPhs_State daObjAdnno_c::_create() {
fopAcM_SetupActor(this, daObjAdnno_c);
s32 ret = dComIfG_resLoad(&mPhs, "Adnno");
cPhs_State ret = dComIfG_resLoad(&mPhs, "Adnno");
if (ret == cPhs_COMPLEATE_e) {
if (fopAcM_entrySolidHeap(this, CheckCreateHeap, 0x9C00) == 0) {
@@ -123,7 +123,7 @@ bool daObjAdnno_c::_draw() {
}
/* 00000330-000003D4 .text daObjAdnno_Create__FPv */
static s32 daObjAdnno_Create(void* i_this) {
static cPhs_State daObjAdnno_Create(void* i_this) {
return ((daObjAdnno_c*)i_this)->_create();
}