Fix S&Q crash for certain SNES users

This was suggested by Kat, and seemed to work for a player who had been experiencing chronic game crashes during an S&Q.
This commit is contained in:
Thomas Prescott
2020-07-17 06:18:11 -05:00
committed by GitHub
parent 4a9f86ba85
commit 5930406ecb

View File

@@ -326,7 +326,7 @@ CheckMusicLoadRequest:
.sfx_indoors
LDA !REG_MUSIC_CONTROL_REQUEST : STA !REG_MUSIC_CONTROL : STZ !REG_MUSIC_CONTROL_REQUEST
PLY : PLX : PLA : PLP
LDA.b #$05 : STA $012D
PHP : SEP #$20 : LDA.b #$05 : STA $012D : PLP
JML Module_PreDungeon_setAmbientSfx
;--------------------------------------------------------------------------------