Reset layers after ModCallScriptSection

This commit is contained in:
Jáchym Toušek
2019-10-09 21:05:59 +02:00
parent 6859bddbfc
commit d499d1cdeb
16 changed files with 108 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ void main()
DisableWindow();
ModSetLayerFilter(1, 256, "none");
ModDrawCharacter(1, 3, "sprite/normal/me1b_warai_a1_", "1", -160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 0, 200, TRUE );
//「うっひゃっひゃっひゃっひゃ!!¥
@@ -250,6 +251,7 @@ void main()
NULL, " And then it was suddenly interrupted...", Line_Normal);
ClearMessage();
DisableWindow();
ModSetLayerFilter(3, 256, "none");
ModDrawCharacter(3, 2, "sprite/normal/re1a_warai_a1_", "2", 160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 20, 0, TRUE );
ModDrawCharacter(1, 3, "sprite/normal/me1b_warai_a1_", "1", -160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 0, 0, TRUE );
FadeBustshot( 5, FALSE, 0, 0, 0, 0, 3000, TRUE );