Fix missing voices
This commit is contained in:
BIN
SE/s01/01/120100027.ogg
Normal file
BIN
SE/s01/01/120100027.ogg
Normal file
Binary file not shown.
BIN
SE/s01/02/120200035.ogg
Normal file
BIN
SE/s01/02/120200035.ogg
Normal file
Binary file not shown.
BIN
SE/s01/11/120700146.ogg
Normal file
BIN
SE/s01/11/120700146.ogg
Normal file
Binary file not shown.
@@ -3353,7 +3353,7 @@ void main()
|
|||||||
NULL, "Don't really know; don't want to talk about it.' That was the kind of feeling she gave me.", Line_Normal);
|
NULL, "Don't really know; don't want to talk about it.' That was the kind of feeling she gave me.", Line_Normal);
|
||||||
ClearMessage();
|
ClearMessage();
|
||||||
DisableWindow();
|
DisableWindow();
|
||||||
DrawSceneWithMask( "sunset/bg_038", "left", 0, 0, 300 );
|
DrawSceneWithMask( "sunset/bg_38", "left", 0, 0, 300 );
|
||||||
|
|
||||||
// 考えてみれば当然だった@女の子にとって楽しい話題のわけがない@
|
// 考えてみれば当然だった@女の子にとって楽しい話題のわけがない@
|
||||||
OutputLine(NULL, " 考えてみれば当然だった。",
|
OutputLine(NULL, " 考えてみれば当然だった。",
|
||||||
|
|||||||
@@ -1478,7 +1478,7 @@ void main()
|
|||||||
|
|
||||||
|
|
||||||
//「うん。わかったね!¥
|
//「うん。わかったね!¥
|
||||||
PlaySE(3, "s01/02/120200035", 256, 64);// Missing sound
|
PlaySE(3, "s01/02/120200035", 256, 64);
|
||||||
OutputLine(NULL, "「うん。わかったね!」",
|
OutputLine(NULL, "「うん。わかったね!」",
|
||||||
NULL, "\"Okay. Got it!\"", Line_Normal);
|
NULL, "\"Okay. Got it!\"", Line_Normal);
|
||||||
ClearMessage();
|
ClearMessage();
|
||||||
|
|||||||
@@ -3358,7 +3358,7 @@ void main()
|
|||||||
PlaySE(3, "s01/11/120700145", 256, 64);
|
PlaySE(3, "s01/11/120700145", 256, 64);
|
||||||
OutputLine(NULL, "最初の事件、ご存知ですよね?",
|
OutputLine(NULL, "最初の事件、ご存知ですよね?",
|
||||||
NULL, " Do you know the first incident?", Line_WaitForInput);
|
NULL, " Do you know the first incident?", Line_WaitForInput);
|
||||||
PlaySE(3, "s01/11/120700146", 256, 64); // missing line
|
PlaySE(3, "s01/11/120700146", 256, 64);
|
||||||
OutputLine(NULL, " バラバラ殺人。」",
|
OutputLine(NULL, " バラバラ殺人。」",
|
||||||
NULL, " The murder by dismemberment.\"", Line_WaitForInput);
|
NULL, " The murder by dismemberment.\"", Line_WaitForInput);
|
||||||
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);
|
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);
|
||||||
|
|||||||
@@ -2443,7 +2443,6 @@ void main()
|
|||||||
|
|
||||||
|
|
||||||
//「.................................。¥
|
//「.................................。¥
|
||||||
PlaySE(3, "s01/01/", 256, 64);
|
|
||||||
OutputLine(NULL, "「……………………………。」",
|
OutputLine(NULL, "「……………………………。」",
|
||||||
NULL, "\"...\"", Line_Normal);
|
NULL, "\"...\"", Line_Normal);
|
||||||
ClearMessage();
|
ClearMessage();
|
||||||
|
|||||||
Reference in New Issue
Block a user