Skip to content

Commit

Permalink
Fix voice tagged as rena when it should be mion
Browse files Browse the repository at this point in the history
  • Loading branch information
drojf committed Apr 13, 2024
1 parent d9670d2 commit 4db083e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Update/tata_010.txt
Original file line number Diff line number Diff line change
Expand Up @@ -453,11 +453,11 @@ void main()
//「圭ちゃん、沙都子は来てるよ@よかった...!@
//「来てるだけじゃわからないだろ@沙都子の顔を見るまで...何もわかるものか!@
// ばたばたと教室へ駆け込む¥
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f0953d>レナ</color>", NULL, "<color=#f0953d>Rena</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(4, 2, "org/mion2061", 256, TRUE);
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#5ec69a>魅音</color>", NULL, "<color=#5ec69a>Mion</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(4, 3, "org/mion2061", 256, TRUE);
OutputLine(NULL, "圭ちゃん、沙都子ちゃんは来てるよ。",
NULL, "Kei-chan, Satoko came.", Line_WaitForInput);
ModPlayVoiceLS(4, 2, "org/mion2062", 256, TRUE);
ModPlayVoiceLS(4, 3, "org/mion2062", 256, TRUE);
OutputLine(NULL, "よかった…!」",
NULL, " Thank goodness...!\"", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
Expand Down

0 comments on commit 4db083e

Please sign in to comment.