diff --git a/programs/system/notify3/notify.asm b/programs/system/notify3/notify.asm index 75208699a6..23d066f7a9 100644 --- a/programs/system/notify3/notify.asm +++ b/programs/system/notify3/notify.asm @@ -297,6 +297,12 @@ imul edx, LINEH mov [window.y], edx + push eax ebx + mcall 48, 5 + shr ebx, 16 + add [window.y], ebx + pop ebx eax + @@: mov [eax], byte 1 inc eax