diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-21 23:46:19 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-22 00:10:20 -0800 |
commit | 96511dc214b9f343864b125816751040edccd010 (patch) | |
tree | 9caebfd073eea5f93ffef720d56730004586a2c7 /src/battle_bg.c | |
parent | 44415f1bbef8fed06608e9d37c3c355ce327198e (diff) |
use internal song names
Diffstat (limited to 'src/battle_bg.c')
-rw-r--r-- | src/battle_bg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_bg.c b/src/battle_bg.c index 82355273b..5d5bbf0e9 100644 --- a/src/battle_bg.c +++ b/src/battle_bg.c @@ -13,7 +13,7 @@ #include "task.h" #include "trig.h" #include "sound.h" -#include "songs.h" +#include "constants/songs.h" #include "strings.h" #include "window.h" #include "text_window.h" |