Merge pull request #74 from 07th-mod/missing-voices

Fix missing voices
This commit is contained in:
Ítalo Bruno Andrade
2017-04-17 06:25:44 -03:00
committed by GitHub
7 changed files with 3 additions and 4 deletions

BIN
SE/s01/01/120100027.ogg Normal file

Binary file not shown.

BIN
SE/s01/02/120200035.ogg Normal file

Binary file not shown.

BIN
SE/s01/11/120700146.ogg Normal file

Binary file not shown.

View File

@@ -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);
ClearMessage();
DisableWindow();
DrawSceneWithMask( "sunset/bg_038", "left", 0, 0, 300 );
DrawSceneWithMask( "sunset/bg_38", "left", 0, 0, 300 );
// 考えてみれば当然だった@女の子にとって楽しい話題のわけがない@
OutputLine(NULL, " 考えてみれば当然だった。",

View File

@@ -1478,7 +1478,7 @@ void main()
//「うん。わかったね!¥
PlaySE(3, "s01/02/120200035", 256, 64);// Missing sound
PlaySE(3, "s01/02/120200035", 256, 64);
OutputLine(NULL, "「うん。わかったね!」",
NULL, "\"Okay. Got it!\"", Line_Normal);
ClearMessage();

View File

@@ -3358,7 +3358,7 @@ void main()
PlaySE(3, "s01/11/120700145", 256, 64);
OutputLine(NULL, "最初の事件、ご存知ですよね?",
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, " バラバラ殺人。」",
NULL, " The murder by dismemberment.\"", Line_WaitForInput);
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);

View File

@@ -2443,7 +2443,6 @@ void main()
//「.................................。¥
PlaySE(3, "s01/01/", 256, 64);
OutputLine(NULL, "「……………………………。」",
NULL, "\"...\"", Line_Normal);
ClearMessage();