Skip to content

Commit

Permalink
Fix missing sprite
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag committed Nov 23, 2019
1 parent f5f6142 commit 2a7f537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Update/_tsum_026.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1328,7 +1328,7 @@ void main()
PlaySE( 0, "s_daidageki", 56, 64 );
StartShakingOfWindow( 248, 40, 0, 0, 4*2, FALSE );
StartShakingOfAllObjects( 248, 40, 0, 0, 4*2, TRUE );
MoveBustshot(1, "portrait/night/ri1_fuman_a1_0", 100, 0, 0, 0, 200, TRUE);
MoveBustshot(1, NULL, 100, 0, 0, 0, 200, TRUE);
ModDrawCharacter(0, 2, "portrait/re2a_hig_okoru_a1_", "0", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 5, 200, TRUE );
PlaySE( 0, "s_down", 56, 64 );
StartShakingOfWindow( 248, 40, 0, 0, 4*2, FALSE );
Expand Down

0 comments on commit 2a7f537

Please sign in to comment.