We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c17d31 commit 0f6a427Copy full SHA for 0f6a427
1 file changed
includes/std_routines.asm
@@ -750,14 +750,11 @@ servicesfxchannelsloop
750
jmp servicesfxchannelsloop
751
servicesfx_cont1
752
753
- ldy #1 ; check to see if they're changing the priority/frame countdown
+ ldy #1 ; check to see if they're changing the frame countdown
754
lda (inttemp5),y
755
- cmp #$20
+ cmp #$10
756
bne servicesfx_cont1a
757
- iny
758
- lda (inttemp5),y
759
- sta sfx1priority,x
760
+ ldy #2
761
762
sta sfx1frames,x ; change the frame countdown
763
lda #0
0 commit comments