diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-28 10:02:40 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-28 10:02:40 -0500 |
commit | 1779aedbf0e321188ff239095a3e20f38cf22575 (patch) | |
tree | c21416e1aa4824283bb3340d316befea33d7fdb5 /asm/overworld.s | |
parent | db12644f0001346604c19e4004eead5cd2203fea (diff) |
Escalator field effect
Diffstat (limited to 'asm/overworld.s')
-rw-r--r-- | asm/overworld.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/overworld.s b/asm/overworld.s index 930b94de1..d8b87c987 100644 --- a/asm/overworld.s +++ b/asm/overworld.s @@ -2611,8 +2611,8 @@ _08055F82: bx r1 thumb_func_end GetMapMusicFadeoutSpeed - thumb_func_start sub_8055F88 -sub_8055F88: @ 8055F88 + thumb_func_start TryFadeOutOldMapMusic +TryFadeOutOldMapMusic: @ 8055F88 push {r4,lr} bl sub_8055DA4 lsls r0, 16 @@ -2638,7 +2638,7 @@ _08055FB8: bx r0 .align 2, 0 _08055FC0: .4byte 0x00004001 - thumb_func_end sub_8055F88 + thumb_func_end TryFadeOutOldMapMusic thumb_func_start BGMusicStopped BGMusicStopped: @ 8055FC4 |