From 05b343725a8b4749597d8f7439f51d5a313bb62a Mon Sep 17 00:00:00 2001 From: Colby Austin Brown Date: Sun, 9 Feb 2025 19:59:42 -0800 Subject: [PATCH] Fix param --- src/actor/npc/event/ac_ev_soncho2_talk.c_inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/actor/npc/event/ac_ev_soncho2_talk.c_inc b/src/actor/npc/event/ac_ev_soncho2_talk.c_inc index 6e8f5b4f..8373fef6 100644 --- a/src/actor/npc/event/ac_ev_soncho2_talk.c_inc +++ b/src/actor/npc/event/ac_ev_soncho2_talk.c_inc @@ -26,7 +26,7 @@ void aES2_talk_before_give(NPC_SONCHO2* soncho, GAME_PLAY* play) { if (mMsg_Check_MainNormalContinue(msg_p)) { if (mPr_GetPossessionItemSumWithCond(Now_Private, EMPTY_NO, mPr_ITEM_COND_NORMAL) == 0) { mMsg_Set_continue_msg_num(msg_p, aES2_kinenhin_msg((ACTOR*)soncho, 2)); - aES2_change_talk_proc((ACTOR*)soncho, aES2_TALK_0); + aES2_change_talk_proc((ACTOR*)soncho, aES2_TALK_5); } else { mMsg_Set_continue_msg_num(msg_p, aES2_kinenhin_msg((ACTOR*)soncho, 0x3)); aES2_change_talk_proc((ACTOR*)soncho, aES2_TALK_1);