From 5991ef4732d31b4db346bf2ce50c636e18c333c7 Mon Sep 17 00:00:00 2001 From: Aurian Date: Sun, 17 Mar 2024 09:46:01 +0100 Subject: [PATCH] priority fix --- Update/onik_001.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Update/onik_001.txt b/Update/onik_001.txt index 50a51d1..557cc8f 100644 --- a/Update/onik_001.txt +++ b/Update/onik_001.txt @@ -2882,8 +2882,7 @@ void main() NULL, "In place of a chime, the sound of the principal waving a hand bell drifted through the classroom.", Line_Normal); ClearMessage(); DisableWindow(); -// drojf - Instead of changing priority, the layer should change to 2, as mion was previously drawn on layer 2, but it was incorrectly using layer 1 before. Delete this comment if it is OK - ModDrawCharacter(2, 3, "sprite/me1a_warai_a1_", "1", -160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 10, 600, TRUE ); + ModDrawCharacter(2, 3, "sprite/me1a_warai_a1_", "1", -160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 10, 200, TRUE ); //「圭ちゃん、おしまいおしまい@ さぁ楽しいランチタ~イム!@ if (GetGlobalFlag(GADVMode)) { OutputLine("魅音", NULL, "Mion", NULL, Line_ContinueAfterTyping); }