Remove statement added by faulty merge

This commit is contained in:
JordanLongstaff 2025-12-09 12:16:39 -05:00
parent 0bd2da4eb4
commit a7442cd4d9
1 changed files with 0 additions and 1 deletions

View File

@ -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);