Fix ChangeScene commands
This commit is contained in:
@@ -917,7 +917,7 @@ void main()
|
|||||||
OutputLine(NULL, " 威勢よく席を立ち上がる!!",
|
OutputLine(NULL, " 威勢よく席を立ち上がる!!",
|
||||||
NULL, "I furiously jumped up from my seat!!", Line_WaitForInput);
|
NULL, "I furiously jumped up from my seat!!", Line_WaitForInput);
|
||||||
|
|
||||||
ChangeScene( "black", 8, 200, );
|
ChangeScene("black", 8, 200, );
|
||||||
PlaySE( 4, "wa_002", 128, 64 );
|
PlaySE( 4, "wa_002", 128, 64 );
|
||||||
|
|
||||||
// と、俺は足をもつれさせ転んでしまう@
|
// と、俺は足をもつれさせ転んでしまう@
|
||||||
|
|||||||
@@ -7194,9 +7194,9 @@ void main()
|
|||||||
DisableWindow();
|
DisableWindow();
|
||||||
FadeBustshot( 5, FALSE, 0, 0, 0, 0, 50, TRUE );
|
FadeBustshot( 5, FALSE, 0, 0, 0, 0, 50, TRUE );
|
||||||
PlaySE( 4, "wa_006", 128, 64 );
|
PlaySE( 4, "wa_006", 128, 64 );
|
||||||
ChangeScene( "black", 7, 200, );
|
ChangeScene("black", 7, 200, );
|
||||||
Wait( 500 );
|
Wait( 500 );
|
||||||
ChangeScene( "bg_003", 7, 200 );
|
ChangeScene("background/damu4", 7, 200 );
|
||||||
ShakeScreenSx( 1, 2, );
|
ShakeScreenSx( 1, 2, );
|
||||||
DrawBustshot(5, "black", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 25, 50, TRUE );
|
DrawBustshot(5, "black", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 25, 50, TRUE );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user