Skip to content

Commit

Permalink
Fix case sensitivity issues
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag committed May 19, 2017
1 parent 96f08fa commit 30727a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Update/wata_ep_02.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2821,7 +2821,7 @@ void main()
//if %kaisou_mode = 1 goto *kaisou_mode
DrawScene( "white", 50 );
PlaySE( 3, "wa_036", 128, 64 );
DrawScene( "End_2", 4000 );
DrawScene( "end_2", 4000 );
//lsph 21,":c;bmp\Efe\End_2.bmp",0,0
//vsp 21,1
//setwindow 8,16,23,16,26,26,0,2,20,1,1,#ffffff,0,0,639,479
Expand All @@ -2840,7 +2840,7 @@ void main()
//bg ":c;BMP\Efe\Omake_Haikei.bmp",18,1500,":c;BMP\Efe\4.bmp"
DrawSceneWithMask( "s_jump_back", "4", 0, 0, 1000 );
PlaySE( 3, "wa_041", 128, 64 );
DrawSceneWithMask( "Ex_otsu_wata", "5", 0, 0, 1000 );
DrawSceneWithMask( "ex_otsu_wata", "5", 0, 0, 1000 );
//bg ":c;BMP\Efe\Omake_Otukaresama2.bmp",18,1500,":c;BMP\Efe\5.bmp"
Wait( 10000 );

Expand Down

0 comments on commit 30727a7

Please sign in to comment.