File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -5913,6 +5913,11 @@ soundEffectSlot1_rotateTetriminoPlaying:
5913
5913
5914
5914
soundEffectSlot1_tetrisAchievedInit:
5915
5915
lda #$05
5916
+ ldy palFlag
5917
+ cpy #0
5918
+ beq @ntsc
5919
+ lda #$4
5920
+ @ntsc:
5916
5921
ldy #$30
5917
5922
jsr LE417
5918
5923
lda #$10
@@ -5926,6 +5931,11 @@ LE417: jmp initSoundEffectShared
5926
5931
5927
5932
soundEffectSlot1_lineCompletedInit:
5928
5933
lda #$05
5934
+ ldy palFlag
5935
+ cpy #0
5936
+ beq @ntsc
5937
+ lda #$4
5938
+ @ntsc:
5929
5939
ldy #$34
5930
5940
jsr LE417
5931
5941
lda #$08
@@ -5937,6 +5947,11 @@ soundEffectSlot1_lineCompletedPlaying:
5937
5947
bne LE442
5938
5948
soundEffectSlot1_lineClearingInit:
5939
5949
lda #$04
5950
+ ldy palFlag
5951
+ cpy #0
5952
+ beq @ntsc
5953
+ lda #$3
5954
+ @ntsc:
5940
5955
ldy #$38
5941
5956
jsr LE417
5942
5957
lda #$00
@@ -6024,6 +6039,11 @@ LE4E9: jmp soundEffectSlot1Playing_stop
6024
6039
6025
6040
soundEffectSlot1_levelUpInit:
6026
6041
lda #$06
6042
+ ldy palFlag
6043
+ cpy #0
6044
+ beq @ntsc
6045
+ lda #$5
6046
+ @ntsc:
6027
6047
ldy #$1C
6028
6048
jmp initSoundEffectShared
6029
6049
You can’t perform that action at this time.
0 commit comments