Unify audio volumes

This commit is contained in:
Jáchym Toušek
2019-06-23 09:57:59 +02:00
parent 6cbc7b583d
commit c02310e318
56 changed files with 1603 additions and 1603 deletions

View File

@@ -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));