From 2eab13308405add0a20eb371933911801e8b43bb Mon Sep 17 00:00:00 2001 From: StewBC Date: Wed, 18 Aug 2021 17:13:42 -0700 Subject: [PATCH] Bad Label Fix --- src/apple2/willy.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apple2/willy.inc b/src/apple2/willy.inc index a6d6c81..7c73caf 100644 --- a/src/apple2/willy.inc +++ b/src/apple2/willy.inc @@ -319,7 +319,7 @@ cameraScroll: lda #$0c ; col is 13 or greater, so clamp to 12 : cmp leftEdge ; see if the edge needs to move - beq :+ ; don't move + beq done ; don't move sta leftEdge ; set the new left edge lda #UI_COMPONENT_NAME ; and mark the name as needing to scroll too jsr uiUpdateComponent