diff --git a/still_alive/ending.s b/still_alive/ending.s index 1a59f266..8644cd91 100644 --- a/still_alive/ending.s +++ b/still_alive/ending.s @@ -12,20 +12,26 @@ jsr hgr_clear - lda #0 - sta DRAW_PAGE + ldx #0 + jsr $F730 ; (DRWPNT+3) + + ; FIXME: call proper XDRAW0 entry point - lda #sprite - sta INH - lda #10 - sta XPOS - lda #10 - sta YPOS +; lda #0 +; sta DRAW_PAGE - jsr hgr_put_sprite +; lda #sprite +; sta INH + +; lda #10 +; sta XPOS +; lda #10 +; sta YPOS + +; jsr hgr_put_sprite infinite_loop: jmp infinite_loop