diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-10-14 14:43:19 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-10-14 14:43:19 +0200 |
commit | 7a008a944aaac6e34d6425eb650a1886448395e1 (patch) | |
tree | c7b4d3d861e9af7659383704f28b02c3f54d58fc /src/intro.c | |
parent | 0c1d33da4f6db7b90913586a39ed60ea2b13f39e (diff) |
Move 'blend_palette'.c to util.c
Diffstat (limited to 'src/intro.c')
-rw-r--r-- | src/intro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intro.c b/src/intro.c index e1d61242c..fe5c012b0 100644 --- a/src/intro.c +++ b/src/intro.c @@ -22,7 +22,7 @@ #include "graphics.h" #include "sound.h" #include "constants/species.h" -#include "blend_palette.h" +#include "util.h" #include "title_screen.h" #include "constants/rgb.h" #include "constants/battle_anim.h" |