From 6ae912636d535588aee8e219471782782467157f Mon Sep 17 00:00:00 2001 From: drojf <1249449+drojf@users.noreply.github.com> Date: Sun, 21 Apr 2024 12:29:08 +1000 Subject: [PATCH] Fix duplicated voice line --- Update/_mina_ep.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Update/_mina_ep.txt b/Update/_mina_ep.txt index 0b286ef..51109df 100644 --- a/Update/_mina_ep.txt +++ b/Update/_mina_ep.txt @@ -993,7 +993,7 @@ void main() ModPlayVoiceLS(4, 0, "org/mob7i6000", 256, TRUE); OutputLine(NULL, "「そんな危険な病気、初めて聞いたよ!", NULL, "\"I've never heard of such a dangerous disease!", Line_WaitForInput); - ModPlayVoiceLS(4, 0, "org/mob7i6000", 256, TRUE); + ModPlayVoiceLS(4, 0, "org/mob7i6001", 256, TRUE); OutputLine(NULL, " 本当に治療の手段はないのか?!」", NULL, " There's no cure for it?\"", Line_Normal); ClearMessage();