Unify audio volumes
This commit is contained in:
@@ -98,11 +98,11 @@ void dialog003()
|
||||
OutputLine(NULL, " レナんちに墜落したのはなんと……",
|
||||
NULL, " What fell on Rena's house...", Line_Continue);
|
||||
|
||||
PlaySE( 4, "wa_008", 128, 64 );
|
||||
PlaySE( 4, "wa_008", 56, 64 );
|
||||
Wait( 200 );
|
||||
PlaySE( 4, "wa_008", 128, 64 );
|
||||
PlaySE( 4, "wa_008", 56, 64 );
|
||||
Wait( 200 );
|
||||
PlaySE( 4, "wa_008", 128, 64 );
|
||||
PlaySE( 4, "wa_008", 56, 64 );
|
||||
Wait( 200 );
|
||||
OutputLineAll(NULL, "", Line_WaitForInput);
|
||||
|
||||
@@ -111,7 +111,7 @@ void dialog003()
|
||||
OutputLine(NULL, "小惑星だッ!!」",
|
||||
NULL, "was a comet!!\"", Line_Continue);
|
||||
|
||||
PlaySE( 4, "wa_007", 128, 64 );
|
||||
PlaySE( 4, "wa_007", 56, 64 );
|
||||
ShakeScreen( 1, 50, 20, 3, 0, );
|
||||
OutputLineAll(NULL, "", Line_Normal);
|
||||
|
||||
@@ -142,7 +142,7 @@ void dialog003()
|
||||
OutputLine(NULL, " 地球軍の完全な誤算だッ!!」",
|
||||
NULL, "The Earth Federation was totally unprepared!!\"", Line_Continue);
|
||||
|
||||
PlaySE( 4, "wa_007", 128, 64 );
|
||||
PlaySE( 4, "wa_007", 56, 64 );
|
||||
ShakeScreen( 0, 50, 20, 3, 0, );
|
||||
OutputLineAll(NULL, "", GetGlobalFlag(GLinemodeSp));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user