diff options
author | camthesaxman <cameronghall@cox.net> | 2018-01-09 23:37:26 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-01-09 23:37:26 -0600 |
commit | cf7ffa568a2a09c761bae6aa4c70b8d8913c3e81 (patch) | |
tree | 01939942a71410760ea71e6c0294b55908c51beb /src/scene/intro_credits_graphics.c | |
parent | 0be27e16d2bea0fb4a9145849706779501ae3450 (diff) |
rename unknown_task to scanline_effect
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"); |