summaryrefslogtreecommitdiff
path: root/src/scene/title_screen.c
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2018-01-10 13:18:31 -0600
committercamthesaxman <cameronghall@cox.net>2018-01-10 13:18:31 -0600
commitbb2c758e8fa730b2bd19b92119a2bd7e37af57f8 (patch)
tree2574b4b45b52dc72f88d5064ef6b9b5a74a6cec4 /src/scene/title_screen.c
parentbeac14a9a0ab072186fa99afcfcc0d844b77a68d (diff)
finish labeling scanline_effect.c
Diffstat (limited to 'src/scene/title_screen.c')
-rw-r--r--src/scene/title_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scene/title_screen.c b/src/scene/title_screen.c
index 2de3554fe..202b752a6 100644
--- a/src/scene/title_screen.c
+++ b/src/scene/title_screen.c
@@ -711,7 +711,7 @@ void CB2_InitTitleScreen(void)
if (!UpdatePaletteFade())
{
StartPokemonLogoShine(FALSE);
- ScanlineEffect_InitWave(0, DISPLAY_HEIGHT, 4, 4, 0, 4, 1);
+ ScanlineEffect_InitWave(0, DISPLAY_HEIGHT, 4, 4, 0, SCANLINE_EFFECT_REG_BG1HOFS, TRUE);
SetMainCallback2(MainCB2);
}
break;