summaryrefslogtreecommitdiff
path: root/src/intro.c
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-10-14 12:11:50 -0500
committerGitHub <noreply@github.com>2018-10-14 12:11:50 -0500
commit355f014909bf3ee3669229b69901fc1ccfb51787 (patch)
treec7b4d3d861e9af7659383704f28b02c3f54d58fc /src/intro.c
parent0c1d33da4f6db7b90913586a39ed60ea2b13f39e (diff)
parent7a008a944aaac6e34d6425eb650a1886448395e1 (diff)
Merge pull request #354 from DizzyEggg/move_blendpal
Move blend_palette to util
Diffstat (limited to 'src/intro.c')
-rw-r--r--src/intro.c2
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"