diff --git a/libsrc/tgi/tgi_init.s b/libsrc/tgi/tgi_init.s index 636c5aa16..5aab06a83 100644 --- a/libsrc/tgi/tgi_init.s +++ b/libsrc/tgi/tgi_init.s @@ -39,7 +39,7 @@ ; Set the drawing color to white -@L1: lda TGI_COLOR_WHITE +@L1: lda #TGI_COLOR_WHITE jsr _tgi_setcolor ; tgi_setcolor (TGI_COLOR_WHITE); ; Set the text style