From 841ee0f2b25b39b923a9f800279df413edb8c66d Mon Sep 17 00:00:00 2001 From: Diegoisawesome Date: Fri, 22 Dec 2017 03:06:57 -0600 Subject: [PATCH] Fix pokeblock songs include --- src/pokeblock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pokeblock.c b/src/pokeblock.c index 8716e827f6..737f2c6f38 100644 --- a/src/pokeblock.c +++ b/src/pokeblock.c @@ -22,7 +22,7 @@ #include "item.h" #include "constants/items.h" #include "string_util.h" -#include "songs.h" +#include "constants/songs.h" #include "sound.h" #include "berry.h" #include "menu_indicators.h"