From 9b4c8b4889b733ac7e6897ffa6f083d3d80b7150 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 8 Jan 2016 16:20:42 -0500 Subject: WIP, trying to make battle screen updates smoother --- timed_getch.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'timed_getch.s') diff --git a/timed_getch.s b/timed_getch.s index 25a2320..5dea09c 100644 --- a/timed_getch.s +++ b/timed_getch.s @@ -72,7 +72,7 @@ notcontrol: lda #$20 ok: pha - lda #1 + ldx #0 lda FR1+2 jsr _cursor pla -- cgit v1.2.3