Bad Label Fix

This commit is contained in:
StewBC 2021-08-18 17:13:42 -07:00
parent 2468b8a300
commit 2eab133084
1 changed files with 1 additions and 1 deletions

View File

@ -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