Skip to content

Commit 0a51459

Browse files
committed
Fix topout sound
1 parent d81543a commit 0a51459

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/audio.asm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ advanceAudioSlotFrame:
144144
@ret: rts
145145

146146
.align $100
147+
.byte $00 ; pad so low byte is not zero. See tya in initSoundEffectShared
148+
147149
; Referenced by initSoundEffectShared
148150
soundEffectSlot0_gameOverCurtainInitData:
149151
.byte $1F,$7F,$0F,$C0

0 commit comments

Comments
 (0)