diff options
author | camthesaxman <cameronghall@cox.net> | 2018-01-10 13:18:31 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-01-10 13:18:31 -0600 |
commit | bb2c758e8fa730b2bd19b92119a2bd7e37af57f8 (patch) | |
tree | 2574b4b45b52dc72f88d5064ef6b9b5a74a6cec4 /src/scene/title_screen.c | |
parent | beac14a9a0ab072186fa99afcfcc0d844b77a68d (diff) |
finish labeling scanline_effect.c
Diffstat (limited to 'src/scene/title_screen.c')
-rw-r--r-- | src/scene/title_screen.c | 2 |
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; |