diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2017-12-22 03:06:57 -0600 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2017-12-22 03:06:57 -0600 |
commit | 841ee0f2b25b39b923a9f800279df413edb8c66d (patch) | |
tree | e53e9b60f4c9dd1d1d8bd7906e1dd2c1d39b9d3a /src | |
parent | 3c286feec6786ed6d6bb12161719cf06ffacaf31 (diff) |
Fix pokeblock songs include
Diffstat (limited to 'src')
-rw-r--r-- | src/pokeblock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokeblock.c b/src/pokeblock.c index 8716e827f..737f2c6f3 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" |