pt3: fix issue where "L" loop keypress put wrong char on screen

This commit is contained in:
Vince Weaver 2019-06-02 00:51:34 -04:00
parent 4e2916c4cb
commit 6313b9437c

View File

@ -252,8 +252,8 @@ key_L:
ldx #'L'+$80
music_looping:
sta $7D0+18
sta $BD0+18
stx $7D0+18
stx $BD0+18
bcs done_key ; branch always