diff --git a/libsrc/tgi/tgi_getpixel.s b/libsrc/tgi/tgi_getpixel.s index b70516732..1806d9c16 100644 --- a/libsrc/tgi/tgi_getpixel.s +++ b/libsrc/tgi/tgi_getpixel.s @@ -6,13 +6,13 @@ .include "tgi-kernel.inc" - + + .import return0 .export _tgi_getpixel _tgi_getpixel: jsr tgi_getset ; Pop args, check range bcs @L9 jmp tgi_getpixel ; Call the driver -@L9: rts - +@L9: jmp return0 ; Assume bg color