From a7442cd4d9c37465c0b96aceb2b230f41d992f60 Mon Sep 17 00:00:00 2001 From: JordanLongstaff Date: Tue, 9 Dec 2025 12:16:39 -0500 Subject: [PATCH] Remove statement added by faulty merge --- src/overlays/actors/ovl_En_Kendo_Js/z_en_kendo_js.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/overlays/actors/ovl_En_Kendo_Js/z_en_kendo_js.c b/src/overlays/actors/ovl_En_Kendo_Js/z_en_kendo_js.c index e966f14d8c..e4fe06457a 100644 --- a/src/overlays/actors/ovl_En_Kendo_Js/z_en_kendo_js.c +++ b/src/overlays/actors/ovl_En_Kendo_Js/z_en_kendo_js.c @@ -253,7 +253,6 @@ void EnKendoJs_HandleCourseChoice(EnKendoJs* this, PlayState* play) { Audio_PlaySfx(NA_SE_SY_ERROR); ENKENDOJS_START_MSG(this, play, 0x272C); Actor_ChangeAnimationByInfo(&this->skelAnime, sAnimationInfo, ENKENDOJS_ANIM_FLAILING); - Actor_ChangeAnimationByInfo(&this->skelAnime, sAnimationInfo, ENKENDOJS_ANIM_2); } else if (gSaveContext.save.saveInfo.playerData.rupees < play->msgCtx.firstChoicePrice) { Audio_PlaySfx(NA_SE_SY_ERROR); ENKENDOJS_START_MSG(this, play, 0x2718);