summaryrefslogtreecommitdiff
path: root/src/scene/intro_credits_graphics.c
diff options
context:
space:
mode:
authorCameron Hall <camthesaxman@users.noreply.github.com>2018-01-10 13:35:10 -0600
committerGitHub <noreply@github.com>2018-01-10 13:35:10 -0600
commitd4afe49b06a7ef2422839fcd0340c06c6a8e541b (patch)
tree2574b4b45b52dc72f88d5064ef6b9b5a74a6cec4 /src/scene/intro_credits_graphics.c
parent0be27e16d2bea0fb4a9145849706779501ae3450 (diff)
parentbb2c758e8fa730b2bd19b92119a2bd7e37af57f8 (diff)
Merge pull request #519 from camthesaxman/label_unknown_task
label scanline effect routines
Diffstat (limited to 'src/scene/intro_credits_graphics.c')
-rwxr-xr-xsrc/scene/intro_credits_graphics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scene/intro_credits_graphics.c b/src/scene/intro_credits_graphics.c
index 6cee74cce..f0f1264a0 100755
--- a/src/scene/intro_credits_graphics.c
+++ b/src/scene/intro_credits_graphics.c
@@ -19,7 +19,7 @@
#include "task.h"
#include "title_screen.h"
#include "trig.h"
-#include "unknown_task.h"
+#include "scanline_effect.h"
// define register constants for the inline asm
asm(".include \"constants/gba_constants.inc\"\n");