diff --git a/pt3_player/interrupt_handler.s b/pt3_player/interrupt_handler.s index 94728894..f7187d58 100644 --- a/pt3_player/interrupt_handler.s +++ b/pt3_player/interrupt_handler.s @@ -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