diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-07-10 03:21:34 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-07-13 05:26:19 +0800 |
commit | 9d539994652736c50a054c8d3c6beb8f221f3428 (patch) | |
tree | 22866b62370693fb828bd7460c9c78aaff463f54 /include/sound.h | |
parent | bcf27c2de147b1a04c32f8f9e5dd8a5eca657455 (diff) |
polish and bug fix
Diffstat (limited to 'include/sound.h')
-rw-r--r-- | include/sound.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound.h b/include/sound.h index e720fc1a2..e5736fad8 100644 --- a/include/sound.h +++ b/include/sound.h @@ -12,7 +12,6 @@ void StopMapMusic(void); void FadeOutMapMusic(u8 speed); void FadeOutAndPlayNewMapMusic(u16 songNum, u8 speed); void FadeOutAndFadeInNewMapMusic(u16 songNum, u8 fadeOutSpeed, u8 fadeInSpeed); -void FadeInNewMapMusic(u16 songNum, u8 speed); bool8 IsNotWaitingForBGMStop(void); void PlayFanfareByFanfareNum(u8 fanfareNum); bool8 WaitFanfare(bool8 stop); |