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
+6 -6
View File
@@ -37,7 +37,7 @@ void daObjTry::Act_c::chk_appear() const {
}
/* 00000528-000008D8 .text _create__Q28daObjTry5Act_cFv */
s32 daObjTry::Act_c::_create() {
cPhs_State daObjTry::Act_c::_create() {
/* Nonmatching */
}
@@ -224,27 +224,27 @@ bool daObjTry::Act_c::_draw() {
namespace daObjTry {
namespace {
/* 00002EA4-00002EC4 .text Mthd_Create__Q28daObjTry25@unnamed@d_a_obj_try_cpp@FPv */
void Mthd_Create(void*) {
cPhs_State Mthd_Create(void*) {
/* Nonmatching */
}
/* 00002EC4-00002EE8 .text Mthd_Delete__Q28daObjTry25@unnamed@d_a_obj_try_cpp@FPv */
void Mthd_Delete(void*) {
BOOL Mthd_Delete(void*) {
/* Nonmatching */
}
/* 00002EE8-00002F0C .text Mthd_Execute__Q28daObjTry25@unnamed@d_a_obj_try_cpp@FPv */
void Mthd_Execute(void*) {
BOOL Mthd_Execute(void*) {
/* Nonmatching */
}
/* 00002F0C-00002F30 .text Mthd_Draw__Q28daObjTry25@unnamed@d_a_obj_try_cpp@FPv */
void Mthd_Draw(void*) {
BOOL Mthd_Draw(void*) {
/* Nonmatching */
}
/* 00002F30-00002F38 .text Mthd_IsDelete__Q28daObjTry25@unnamed@d_a_obj_try_cpp@FPv */
void Mthd_IsDelete(void*) {
BOOL Mthd_IsDelete(void*) {
/* Nonmatching */
}