This commit is contained in:
P-Chang
2018-01-28 04:01:48 +09:00
parent 4de5626af8
commit 97ee5ac846
2 changed files with 6 additions and 6 deletions

View File

@@ -380,10 +380,10 @@ void main()
//draw and move big background //draw and move big background
SetValidityOfInterface(FALSE); SetValidityOfInterface(FALSE);
SetValidityOfSaving(FALSE); SetValidityOfSaving(FALSE);
DrawBustshot( 4, "hina1_1", 0, -230, -480, FALSE, 0, 0, 0, 0, 0, 0, 0, 1, 200, FALSE ); DrawBustshot( 4, "overview/hina1_1", 0, -230, -480, FALSE, 0, 0, 0, 0, 0, 0, 0, 1, 200, FALSE );
DrawBustshot( 3, "hina1_2", 0, -230, -480, FALSE, 0, 0, 0, 0, 0, 0, 0, 2, 200, FALSE ); DrawBustshot( 3, "overview/hina1_2", 0, -230, -480, FALSE, 0, 0, 0, 0, 0, 0, 0, 2, 200, FALSE );
DrawBustshot( 2, "hina1_3", 0, -230, -480, FALSE, 0, 0, 0, 0, 0, 0, 0, 3, 200, FALSE ); DrawBustshot( 2, "overview/hina1_3", 0, -230, -480, FALSE, 0, 0, 0, 0, 0, 0, 0, 3, 200, FALSE );
DrawBustshot( 1, "hina1_4", 0, -230, -480, FALSE, 0, 0, 0, 0, 0, 0, 0, 4, 200, TRUE ); DrawBustshot( 1, "overview/hina1_4", 0, -230, -480, FALSE, 0, 0, 0, 0, 0, 0, 0, 4, 200, TRUE );
MoveBustshot( 1, NULL, 0, 290, -480, 1, 10000, FALSE ); MoveBustshot( 1, NULL, 0, 290, -480, 1, 10000, FALSE );
MoveBustshot( 2, NULL, 0, 280, -480, 2, 10000, FALSE ); MoveBustshot( 2, NULL, 0, 280, -480, 2, 10000, FALSE );
MoveBustshot( 3, NULL, 0, 230, -480, 3, 10000, FALSE ); MoveBustshot( 3, NULL, 0, 230, -480, 3, 10000, FALSE );

View File

@@ -4839,7 +4839,7 @@ void main()
NULL, "Leaving her friends covered in blood with gashes on their heads, she made her way towards the school building.", GetGlobalFlag(GLinemodeSp)); NULL, "Leaving her friends covered in blood with gashes on their heads, she made her way towards the school building.", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); } if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
SetValidityOfInput( FALSE ); SetValidityOfInput( FALSE );
PlaySE( 4, "wa_008", 128, 64 ); PlaySE( 4, "wa_008", 128, 64 );
DrawFilm( 2, 153, 153, 102, 255, 0, 200, FALSE ); DrawFilm( 2, 153, 153, 102, 255, 0, 200, FALSE );
@@ -6767,7 +6767,7 @@ void main()
PlayBGM( 1, "msys08", 128, 0 ); PlayBGM( 1, "msys08", 128, 0 );
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping); } if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping); }
DrawBG( "bg_003", 1000, TRUE ); DrawBG( "bg_003", 1000, TRUE );