d_a_e_hp almost matching (#2585)

This commit is contained in:
Max Roncace
2025-08-15 05:50:49 -04:00
committed by GitHub
parent a6802bf7a2
commit 41c72dc6d9
17 changed files with 1341 additions and 810 deletions
+2 -2
View File
@@ -136,10 +136,10 @@ void fopAcM_Log(fopAc_ac_c const* i_actor, char const* i_message) {}
/* 80019C7C-80019CB8 0145BC 003C+00 0/0 10/10 483/483 .text fopAcM_delete__FP10fopAc_ac_c
*/
void fopAcM_delete(fopAc_ac_c* i_actor) {
s32 fopAcM_delete(fopAc_ac_c* i_actor) {
// "Deleting Actor"
fopAcM_Log(i_actor, "アクターの削除");
fpcM_Delete(i_actor);
return fpcM_Delete(i_actor);
}
/* 80019CB8-80019D18 0145F8 0060+00 0/0 3/3 12/12 .text fopAcM_delete__FUi */