Add missing colon to .y_end

This commit is contained in:
Juhani Krekelä 2023-03-11 17:17:40 +02:00
parent 2805ae856b
commit 465f6ebf22
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ mouse_handler:
cmp word [mouse_y], Y_MAX_VALUE
jb .y_end
mov word [mouse_y], Y_MAX_VALUE
.y_end
.y_end:
and bl, BUTTONS
mov [mouse_buttons], bl