Fix SE filenames

This commit is contained in:
Jáchym Toušek
2018-01-21 14:31:24 +01:00
parent 69020913e2
commit 69000bd772
3 changed files with 5 additions and 5 deletions

View File

@@ -258,7 +258,7 @@ void main()
DisableWindow(); DisableWindow();
FadeOutBGM( 1, 1000, TRUE ); FadeOutBGM( 1, 1000, TRUE );
FadeOutBGM( 2, 1000, TRUE ); FadeOutBGM( 2, 1000, TRUE );
PlaySE( 4, "wa013", 128, 64 ); PlaySE( 4, "wa_013", 128, 64 );
DrawScene( "white", 10 ); DrawScene( "white", 10 );
DrawScene( "bg_165", 50 ); DrawScene( "bg_165", 50 );
DrawBustshotWithFiltering( 3, "oi_si_de_a1", "right", 1, 160, 0, FALSE, 0, 0, 0, 0, 0, 20, 300, TRUE ); DrawBustshotWithFiltering( 3, "oi_si_de_a1", "right", 1, 160, 0, FALSE, 0, 0, 0, 0, 0, 20, 300, TRUE );

View File

@@ -159,7 +159,7 @@ void main()
NULL, " You might not know this...", Line_WaitForInput); NULL, " You might not know this...", Line_WaitForInput);
PlaySE( 4, "wa__024", 128, 64 ); PlaySE( 4, "wa_024", 128, 64 );
//実はあいつ、オヤシロさまの使いなんだよ。@ //実はあいつ、オヤシロさまの使いなんだよ。@
PlayVoice(3, "s20/03/440300039", 256); PlayVoice(3, "s20/03/440300039", 256);

View File

@@ -159,15 +159,15 @@ void main()
FadeOutBGM( 1, 1000, TRUE ); FadeOutBGM( 1, 1000, TRUE );
FadeOutBGM( 2, 1000, TRUE ); FadeOutBGM( 2, 1000, TRUE );
PlaySE( 4, "wa__011", 128, 64 ); PlaySE( 4, "wa_011", 128, 64 );
SetValidityOfInput( FALSE ); SetValidityOfInput( FALSE );
Wait( 400 ); Wait( 400 );
SetValidityOfInput( TRUE ); SetValidityOfInput( TRUE );
PlaySE( 4, "wa__010", 128, 64 ); PlaySE( 4, "wa_010", 128, 64 );
SetValidityOfInput( FALSE ); SetValidityOfInput( FALSE );
Wait( 400 ); Wait( 400 );
SetValidityOfInput( TRUE ); SetValidityOfInput( TRUE );
PlaySE( 4, "wa__029", 128, 64 ); PlaySE( 4, "wa_029", 128, 64 );
//...ですがその前にコマーシャル!!¥ //...ですがその前にコマーシャル!!¥
PlayVoice(3, "s20/00/repoa44010", 256); PlayVoice(3, "s20/00/repoa44010", 256);