diff options
author | camthesaxman <cameronghall@cox.net> | 2018-01-09 23:55:03 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-01-09 23:55:03 -0600 |
commit | f9f0e84b70f1b313200acd6f0d180413e34517da (patch) | |
tree | a714942823290d6561a4d9b920ab155fe8093d45 /src/scene/intro.c | |
parent | cf7ffa568a2a09c761bae6aa4c70b8d8913c3e81 (diff) |
label some scanline_effect functions
Diffstat (limited to 'src/scene/intro.c')
-rw-r--r-- | src/scene/intro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scene/intro.c b/src/scene/intro.c index beceb6e90..d7d772a40 100644 --- a/src/scene/intro.c +++ b/src/scene/intro.c @@ -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(); |