diff options
Diffstat (limited to 'home/overworld.asm')
-rw-r--r-- | home/overworld.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/overworld.asm b/home/overworld.asm index d9949d5c..65f053af 100644 --- a/home/overworld.asm +++ b/home/overworld.asm @@ -1992,7 +1992,7 @@ LoadMapData:: ; 1241 (0:1241) ld a,[wFlags_D733] bit 1,a jr nz,.restoreRomBank - call Func_21e3 ; music related + call UpdateMusic6Times ; music related call PlayDefaultMusicFadeOutCurrent ; music related .restoreRomBank pop af |