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

@@ -96,11 +96,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);
@@ -109,7 +109,7 @@ void dialog003()
OutputLine(NULL, "スペースコロニーだッ!!」",
NULL, "Was a space colony!!\"", Line_Continue);
PlaySE( 4, "wa_007", 128, 64 );
PlaySE( 4, "wa_007", 56, 64 );
ShakeScreen( 1, 50, 20, 3, 0, );
OutputLineAll(NULL, "", Line_Normal);
@@ -140,7 +140,7 @@ void dialog003()
OutputLine(NULL, " なんとこれこそは…ジオン広告社が引き起こした独立戦争の幕開けだったのだッ!!」",
NULL, " This is the beginning... the start of a war for independence by the Propagandapality of Zeon!!\"", Line_Continue);
PlaySE( 4, "wa_007", 128, 64 );
PlaySE( 4, "wa_007", 56, 64 );
ShakeScreen( 0, 50, 20, 3, 0, );
OutputLineAll(NULL, "", GetGlobalFlag(GLinemodeSp));