dust-tutorial-c64-spritro/code/data_text.asm
2013-05-17 23:17:03 +02:00

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! "