diff options
Diffstat (limited to 'src/scene/egg_hatch.c')
-rw-r--r-- | src/scene/egg_hatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scene/egg_hatch.c b/src/scene/egg_hatch.c index 3675b42cf..ef4f5ce78 100644 --- a/src/scene/egg_hatch.c +++ b/src/scene/egg_hatch.c @@ -13,7 +13,7 @@ #include "pokemon.h" #include "random.h" #include "script.h" -#include "songs.h" +#include "constants/songs.h" #include "sound.h" #include "string_util.h" #include "strings2.h" |