diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2018-01-10 13:35:10 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-10 13:35:10 -0600 |
commit | d4afe49b06a7ef2422839fcd0340c06c6a8e541b (patch) | |
tree | 2574b4b45b52dc72f88d5064ef6b9b5a74a6cec4 /src/scene/intro_credits_graphics.c | |
parent | 0be27e16d2bea0fb4a9145849706779501ae3450 (diff) | |
parent | bb2c758e8fa730b2bd19b92119a2bd7e37af57f8 (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-x | src/scene/intro_credits_graphics.c | 2 |
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"); |