From 83a2dd8c991a0eef9ab4bd8461660a556d8d8360 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Tue, 22 May 2018 00:29:02 -0400 Subject: [PATCH] sa: print correct ascii art --- still_alive/still_alive.s | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/still_alive/still_alive.s b/still_alive/still_alive.s index 9aa8c214..cece9542 100644 --- a/still_alive/still_alive.s +++ b/still_alive/still_alive.s @@ -399,11 +399,21 @@ dal_loop: draw_ascii_art: sty TEMPY - lda #aperture + lda ascii_art+1,Y sta OUTH +; lda #aperture +; sta OUTH + ldy #0 ascii_loop: lda (OUTL),Y