Document func_80AAB158

new name: `EnMd_UpdateTalking`
This commit is contained in:
feacur
2024-11-06 22:25:45 +01:00
parent 844543e82e
commit 151d4bee13
+2 -2
View File
@@ -552,7 +552,7 @@ void EnMd_UpdateEyes(EnMd* this) {
}
}
void func_80AAB158(EnMd* this, PlayState* play) {
void EnMd_UpdateTalking(EnMd* this, PlayState* play) {
Player* player = GET_PLAYER(play);
s16 absYawDiff;
s16 trackingMode;
@@ -845,7 +845,7 @@ void EnMd_Update(Actor* thisx, PlayState* play) {
EnMd_UpdateEyes(this);
func_80AAB5A4(this, play);
Actor_MoveXZGravity(&this->actor);
func_80AAB158(this, play);
EnMd_UpdateTalking(this, play);
Actor_UpdateBgCheckInfo(play, &this->actor, 0.0f, 0.0f, 0.0f, UPDBGCHECKINFO_FLAG_2);
this->actionFunc(this, play);
}