From 2274349fb3309de4d41352e35d834b52b460f70c Mon Sep 17 00:00:00 2001 From: feacur Date: Wed, 6 Nov 2024 19:41:01 +0100 Subject: [PATCH] Document `func_80AAA250` new name: `EnMd_ReverseAnimation` --- src/overlays/actors/ovl_En_Md/z_en_md.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/overlays/actors/ovl_En_Md/z_en_md.c b/src/overlays/actors/ovl_En_Md/z_en_md.c index ab0d130a70..435dcfd7fa 100644 --- a/src/overlays/actors/ovl_En_Md/z_en_md.c +++ b/src/overlays/actors/ovl_En_Md/z_en_md.c @@ -89,7 +89,7 @@ static AnimationInfo sAnimationInfo[] = { { &gMidoAngryHeadTurnAnim, 1.0f, 0.0f, -1.0f, ANIMMODE_LOOP, -1.0f }, }; -void func_80AAA250(EnMd* this) { +void EnMd_ReverseAnimation(EnMd* this) { f32 startFrame; startFrame = this->skelAnime.startFrame; @@ -133,7 +133,7 @@ void func_80AAA39C(EnMd* this) { switch (this->unk_20A) { case 0: Animation_ChangeByInfo(&this->skelAnime, sAnimationInfo, ENMD_ANIM_2); - func_80AAA250(this); + EnMd_ReverseAnimation(this); this->unk_20A++; FALLTHROUGH; case 1: @@ -172,7 +172,7 @@ void func_80AAA508(EnMd* this) { switch (this->unk_20A) { case 0: Animation_ChangeByInfo(&this->skelAnime, sAnimationInfo, ENMD_ANIM_2); - func_80AAA250(this); + EnMd_ReverseAnimation(this); this->unk_20A++; FALLTHROUGH; case 1: @@ -203,7 +203,7 @@ void func_80AAA638(EnMd* this) { switch (this->unk_20A) { case 0: Animation_ChangeByInfo(&this->skelAnime, sAnimationInfo, ENMD_ANIM_9); - func_80AAA250(this); + EnMd_ReverseAnimation(this); this->unk_20A++; FALLTHROUGH; case 1: @@ -264,7 +264,7 @@ void func_80AAA890(EnMd* this) { switch (this->unk_20A) { case 0: Animation_ChangeByInfo(&this->skelAnime, sAnimationInfo, ENMD_ANIM_7); - func_80AAA250(this); + EnMd_ReverseAnimation(this); this->unk_20A++; FALLTHROUGH; case 1: