Merge pull request #101 from DoctorDiablo/master

Moving poem to location in PS3 version
This commit is contained in:
Jáchym Toušek
2018-01-19 21:15:59 +01:00
committed by GitHub
2 changed files with 19 additions and 20 deletions

View File

@@ -5,6 +5,25 @@ void main()
//■沢のほとりにて…昔話
////*Onikakusi_day9_2
DrawScene( "monologue_oni1", 1000 );
PlayVoice(3, "s00/n/oni001", 256);
Wait( 4000 );
PlayVoice(3, "s00/n/oni002", 256);
Wait( 4000 );
PlayVoice(3, "s00/n/oni003", 256);
Wait( 10000 );
DrawScene( "monologue_oni2", 1000 );
PlayVoice(3, "s00/n/oni004", 256);
Wait( 5000 );
PlayVoice(3, "s00/n/oni005", 256);
Wait( 5000 );
PlayVoice(3, "s00/n/oni007", 256);
Wait( 2000 );
PlayVoice(3, "s00/n/oni008", 256);
Wait( 3000 );
PlayVoice(3, "s00/n/oni009", 256);
Wait( 7000 );
PlayBGM( 1, "msys13", 128, 0 );
PlayBGM( 2, "lsys19", 128, 0 );

View File

@@ -12,28 +12,8 @@ void main()
DisableWindow();
DrawScene( "black", 3000 );
DrawScene( "monologue_oni1", 1000 );
PlayVoice(3, "s00/n/oni001", 256);
Wait( 4000 );
PlayVoice(3, "s00/n/oni002", 256);
Wait( 4000 );
PlayVoice(3, "s00/n/oni003", 256);
Wait( 10000 );
DrawScene( "monologue_oni2", 1000 );
PlayVoice(3, "s00/n/oni004", 256);
Wait( 5000 );
PlayVoice(3, "s00/n/oni005", 256);
Wait( 5000 );
PlayVoice(3, "s00/n/oni007", 256);
Wait( 2000 );
PlayVoice(3, "s00/n/oni008", 256);
Wait( 3000 );
PlayVoice(3, "s00/n/oni009", 256);
Wait( 5000 );
DrawScene( "si_onikakusi", 1000 );
Wait( 15000 );
DrawScene( "black", 3000 );
PlaySE( 4, "wa_015", 128, 64 );
Wait( 1000 );