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.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.c')
-rw-r--r-- | src/scene/intro.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scene/intro.c b/src/scene/intro.c index 4dc6cc91c..d7d772a40 100644 --- a/src/scene/intro.c +++ b/src/scene/intro.c @@ -19,7 +19,7 @@ #include "task.h" #include "title_screen.h" #include "trig.h" -#include "unknown_task.h" +#include "scanline_effect.h" #include "ewram.h" extern struct SpriteTemplate gUnknown_02024E8C; @@ -873,7 +873,7 @@ static u8 SetUpCopyrightScreen(void) DmaFill16(3, 0, (void *)(PLTT + 2), PLTT_SIZE - 2); ResetPaletteFade(); LoadCopyrightGraphics(0, 0x3800, 0); - remove_some_task(); + ScanlineEffect_Stop(); ResetTasks(); ResetSpriteData(); FreeAllSpritePalettes(); |