We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5032bd9 commit f1f3df1Copy full SHA for f1f3df1
2 files changed
sfx_engine/TABs-Func.asm
@@ -14,7 +14,7 @@ TABFn_TAB_END
14
15
play_TAB_again
16
ldy #0 ; set TAB offset to begin
17
- jmp fetch_TAB_row
+ jmp fetch_TAB_pointer+2
18
19
check_TABFn_REPEAT
20
cmp #$C0 ; check REPEAT function
sfx_engine/TABs.asm
@@ -37,6 +37,10 @@ fetch_TAB_row
37
38
next_player_tick
39
iny
40
+ bne store_TAB_offset
41
+ lda #$80
42
+ sta SFX_CHANNELS_ADDR+_tabOfs,x
43
+ jmp end_player_tick
44
45
store_TAB_offset
46
tya
0 commit comments