mirror of
https://github.com/actraiser/dust-tutorial-c64-spritro.git
synced 2025-06-19 01:15:41 -04:00
9 lines
427 B
NASM
9 lines
427 B
NASM
;============================================================
|
|
; Three Lines of Text - our custom character set translates
|
|
; the ']' char to a heart symbol in the actual intro
|
|
;============================================================
|
|
|
|
line1 !scr " ]]] dustlayer.com presents ]]] "
|
|
line2 !scr " ]]] spritro tutorial by actraiser ]]] "
|
|
line3 !scr " press u and d to control sprite! "
|