This commit is contained in:
Jáchym Toušek
2019-08-30 18:04:45 +02:00
parent 6bb742cbfb
commit 2e3dde5e56
3 changed files with 5 additions and 5 deletions

View File

@@ -3517,7 +3517,7 @@ void main()
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#6972c1>梨花</color>", NULL, "<color=#6972c1>Rika</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(3, 5, "ps3/s19/05/990500080", 256, TRUE);
OutputLine(NULL, "「…みぃ…。」",
NULL, "\"...Mew...\"", GetGlobalFlag(GLinemodeSp));
NULL, "\"...Meep...\"", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }

View File

@@ -2129,8 +2129,8 @@ void main()
//「鳴いた¥
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#6972c1>梨花</color>", NULL, "<color=#6972c1>Rika</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(3, 5, "ps3/s19/05/990500080", 256, TRUE);
OutputLine(NULL, "鳴いた」",
NULL, " \"...Mew.\"", Line_Normal);
OutputLine(NULL, "鳴いた」",
NULL, " \"...Meep.\"", Line_Normal);
ClearMessage();
PlaySE( 4, "wa_016", 56, 64 );
@@ -2212,7 +2212,7 @@ void main()
//みぃ!/
ModPlayVoiceLS(3, 1, "ps3/s19/01/hr_kei33830_04", 256, TRUE);
OutputLine(NULL, "みぃ!",
NULL, " Mew!", Line_Continue);
NULL, " Meep!", Line_Continue);
PlaySE( 4, "wa_016", 56, 64 );
if (GetGlobalFlag(GADVMode)) { OutputLineAll(NULL, "", Line_WaitForInput); } else { OutputLineAll(NULL, "\n", Line_WaitForInput); }

View File

@@ -2220,7 +2220,7 @@ void main()
// …が、店頭でみぃみぃと泣きだし、露店のオヤジを秒殺@
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " …が、店頭でみぃみぃと泣きだし、露店のオヤジを秒殺。",
NULL, "...However, she did her little mewing cry in front of the owner, and he turned to mush instantly.", GetGlobalFlag(GLinemodeSp));
NULL, "...However, she did her little meeping cry in front of the owner, and he turned to mush instantly.", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }