Unify audio volumes
This commit is contained in:
@@ -13,7 +13,7 @@ void main()
|
||||
DisableWindow();
|
||||
DrawScene("black", 1000 );
|
||||
DrawSceneWithMask("background/ke5", "down", 0, 0, 1300 );
|
||||
PlayBGM( 1, "msys13", 128, 0 );
|
||||
PlayBGM( 1, "msys13", 56, 0 );
|
||||
|
||||
// 富竹ジロウ(仏@
|
||||
ClearMessage();
|
||||
@@ -57,7 +57,7 @@ void main()
|
||||
NULL, "・The bicycle was found 300 meters away, abandoned at the side of a forest path.", Line_Normal);
|
||||
ClearMessage();
|
||||
|
||||
PlaySE( 4, "wa_021", 128, 64 );
|
||||
PlaySE( 4, "wa_021", 56, 64 );
|
||||
|
||||
if (GetGlobalFlag(GADVMode) == 0) { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
|
||||
|
||||
@@ -84,7 +84,7 @@ void main()
|
||||
NULL, "・Was seen around 9pm by police. Location afterwards unknown.", Line_Normal);
|
||||
ClearMessage();
|
||||
|
||||
PlaySE( 4, "wa_021", 128, 64 );
|
||||
PlaySE( 4, "wa_021", 56, 64 );
|
||||
|
||||
if (GetGlobalFlag(GADVMode) == 0) { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
|
||||
|
||||
@@ -133,7 +133,7 @@ void main()
|
||||
NULL, " Along the Sobu national railway line?", Line_Normal);
|
||||
ClearMessage();
|
||||
|
||||
PlaySE( 4, "wa_021", 128, 64 );
|
||||
PlaySE( 4, "wa_021", 56, 64 );
|
||||
|
||||
if (GetGlobalFlag(GADVMode) == 0) { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
|
||||
|
||||
@@ -172,7 +172,7 @@ void main()
|
||||
NULL, "・Contact magazines regarding \"Jirou Tomitake\"", Line_Normal);
|
||||
ClearMessage();
|
||||
|
||||
PlaySE( 4, "wa_021", 128, 64 );
|
||||
PlaySE( 4, "wa_021", 56, 64 );
|
||||
|
||||
// 鷹野みよ(失踪@
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
|
||||
@@ -213,7 +213,7 @@ void main()
|
||||
NULL, "・Witnessed accompanying Tomitake on the festival grounds. Currently missing.", Line_Normal);
|
||||
ClearMessage();
|
||||
|
||||
PlaySE( 4, "wa_021", 128, 64 );
|
||||
PlaySE( 4, "wa_021", 56, 64 );
|
||||
|
||||
if (GetGlobalFlag(GADVMode) == 0) { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user