Skip to content

Commit 0f6a427

Browse files
committed
fix sfx duration change
1 parent 4c17d31 commit 0f6a427

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

includes/std_routines.asm

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -750,14 +750,11 @@ servicesfxchannelsloop
750750
jmp servicesfxchannelsloop
751751
servicesfx_cont1
752752

753-
ldy #1 ; check to see if they're changing the priority/frame countdown
753+
ldy #1 ; check to see if they're changing the frame countdown
754754
lda (inttemp5),y
755-
cmp #$20
755+
cmp #$10
756756
bne servicesfx_cont1a
757-
iny
758-
lda (inttemp5),y
759-
sta sfx1priority,x
760-
iny
757+
ldy #2
761758
lda (inttemp5),y
762759
sta sfx1frames,x ; change the frame countdown
763760
lda #0

0 commit comments

Comments
 (0)