pt3_lib: fix issue with looping

Stéphane reported this issue where we were skipping a frame at loop time
This commit is contained in:
Vince Weaver 2021-02-04 16:27:56 -05:00
parent 521254afec
commit aaca7075d9
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@ pt3_loop_smc:
sta current_subframe_smc+1
sta DONE_SONG ; undo the next song
beq done_pt3_irq_handler ; branch always
; beq done_pt3_irq_handler ; branch always
beq pt3_play_music ; branch always
move_to_next:
; same as "press right"