xmas2019: adjust music line length

This commit is contained in:
Vince Weaver 2019-12-20 21:26:15 -05:00
parent 7f0290d56b
commit 79e5710786
3 changed files with 4 additions and 4 deletions

View File

@ -188,7 +188,7 @@ r12_smc:
iny ; 2
sty FRAME_PLAY_OFFSET ; 3
cpy #63*4 ; FIXME: song specific ; 2
cpy #0 ;64*4 ; FIXME: song specific ; 2
beq frame_wrap ; 3
;==========
; 10

View File

@ -82,8 +82,8 @@ lc_frame_decode_loop:
no_play_music:
lda FRAME_OFFSET
cmp #63*4 ; FIXME: make this depend on song
; hardcoding for 63 for our song
cmp #0 ;64*4 ; FIXME: make this depend on song
; hardcoding for 64 for our song
bne lc_frame_decode_loop
inc FRAME_PAGE

View File

@ -103,7 +103,7 @@ TREESIZE = 12
jsr HGR
bit SET_GR
bit SET_TEXT
bit FULLGR
bit LORES
bit PAGE0