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

@@ -12,7 +12,7 @@ void main()
FadeOutBGM( 2, 1000, TRUE );
DisableWindow();
DrawScene("background/ke5", 400 );
PlayBGM( 1, "msys09", 128, 0 );
PlayBGM( 1, "msys09", 56, 0 );
//「よく映画などに登場しますが、簡単にいうとどのようなものでしょうか。@
@@ -159,15 +159,15 @@ void main()
FadeOutBGM( 1, 1000, TRUE );
FadeOutBGM( 2, 1000, TRUE );
PlaySE( 4, "wa_011", 128, 64 );
PlaySE( 4, "wa_011", 56, 64 );
SetValidityOfInput( FALSE );
Wait( 400 );
SetValidityOfInput( TRUE );
PlaySE( 4, "wa_010", 128, 64 );
PlaySE( 4, "wa_010", 56, 64 );
SetValidityOfInput( FALSE );
Wait( 400 );
SetValidityOfInput( TRUE );
PlaySE( 4, "wa_029", 128, 64 );
PlaySE( 4, "wa_029", 56, 64 );
//...ですがその前にコマーシャル!!¥
ModPlayVoiceLS(3, 0, "ps3/s20/00/repoa44010", 256, TRUE);