diff --git a/bot_demo/commands.s b/bot_demo/commands.s index 6eb81d37..0d1d092b 100644 --- a/bot_demo/commands.s +++ b/bot_demo/commands.s @@ -36,6 +36,19 @@ do_list: jsr TEXT jsr HOME + ; clear HGR/HGR2 to black + + lda #64 ; draw to page2 + sta $E6 + jsr $F3F2 ; clear to black + + lda #32 ; draw to page1 + sta $E6 + jsr $F3F2 ; clear to black + + + + lda #list_string diff --git a/bot_demo/timeline.inc b/bot_demo/timeline.inc index 967daa78..5817e3d5 100644 --- a/bot_demo/timeline.inc +++ b/bot_demo/timeline.inc @@ -14,7 +14,7 @@ todo_list: .byte DO_LOAD,1, DO_LIST,4, DO_RUN,5 ; flame .byte DO_LOAD,1, DO_LIST,4, DO_RUN,15 ; a2 .byte DO_LOAD,1, DO_LIST,4, DO_RUN,10 ; flyer - .byte DO_LOAD,1, DO_LIST,4, DO_RUN,10 ; nyan + .byte DO_LOAD,1, DO_LIST,4, DO_RUN,15 ; nyan .byte DO_LOAD,1, DO_LIST,4, DO_RUN,15 ; rle .byte DO_LOAD,1, DO_LIST,4, DO_RUN,15 ; raster .byte DO_LOAD,1, DO_LIST,4, DO_RUN,15 ; qr