diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-02-25 18:50:02 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-02-25 18:50:02 -0500 |
| commit | f835d2b98f4b224d8a3ebd05d4e00ce6480537b5 (patch) | |
| tree | 6a32b7c77cdbfa83e4b7148e92eb93e86b3a3482 /src/f_op/f_op_actor_mng.cpp | |
| parent | 2763919899063fabcea26533ed1efbedae0c9702 (diff) | |
d_a_npc_md
Diffstat (limited to 'src/f_op/f_op_actor_mng.cpp')
| -rw-r--r-- | src/f_op/f_op_actor_mng.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/f_op/f_op_actor_mng.cpp b/src/f_op/f_op_actor_mng.cpp index 81bfe967..12dab098 100644 --- a/src/f_op/f_op_actor_mng.cpp +++ b/src/f_op/f_op_actor_mng.cpp @@ -1365,7 +1365,7 @@ s32 fopAcM_otoCheck(fopAc_ac_c* actor, f32 param_2) { /* 800282F8-8002833C .text fopAcM_getProcNameString__FP10fopAc_ac_c */ const char * fopAcM_getProcNameString(fopAc_ac_c* i_this) { - const char * pProcNameString = dStage_getName2(fpcM_GetProfName(i_this), i_this->mSubtype); + const char * pProcNameString = dStage_getName2(fopAcM_GetProfName(i_this), i_this->mSubtype); if (pProcNameString != NULL) return pProcNameString; return "UNKOWN"; @@ -1435,6 +1435,9 @@ void fopAcM_setGbaName(fopAc_ac_c* i_this, u8 itemNo, u8 gbaName0, u8 gbaName1) i_this->mGbaName = gbaName0; } +// Unused function, only exists in debug. +void fopAcM_getNameString(fopAc_ac_c*, char*) {} + /* 80028724-800287D8 .text fpoAcM_absolutePos__FP10fopAc_ac_cP4cXyzP4cXyz */ void fpoAcM_absolutePos(fopAc_ac_c* i_this, cXyz* relPos, cXyz* absPos) { *absPos = i_this->current.pos; |
