diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-03-19 18:52:22 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-03-19 18:52:22 -0400 |
commit | d2a412071cd7cadcd9e3dee6f88f6738419fc70c (patch) | |
tree | c967fe9f61e2cf1885de8fc2f52ab5c5a9febd49 /home/overworld.asm | |
parent | 390f17f28635b41c272b30bab3e5eb2116ef5947 (diff) |
Document audio functions.
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 |