summaryrefslogtreecommitdiff
path: root/src/title_screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/title_screen.c')
-rw-r--r--src/title_screen.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/title_screen.c b/src/title_screen.c
index c20e1ba70..600dd18c8 100644
--- a/src/title_screen.c
+++ b/src/title_screen.c
@@ -62,6 +62,8 @@ static const u32 sTitleScreenRayquazaTilemap[] = INCBIN_U32("graphics/title_scre
static const u32 sTitleScreenLogoShineGfx[] = INCBIN_U32("graphics/title_screen/logo_shine.4bpp.lz");
static const u32 sTitleScreenCloudsGfx[] = INCBIN_U32("graphics/title_screen/clouds.4bpp.lz");
+
+
const u16 gIntroWaterDropAlphaBlend[] =
{
BLDALPHA_BLEND(16, 0),
@@ -744,7 +746,7 @@ static void Task_TitleScreenPhase3(u8 taskId)
FadeOutBGM(4);
BeginNormalPaletteFade(0xFFFFFFFF, 0, 0, 0x10, RGB_BLACK);
SetMainCallback2(CB2_GoToBerryFixScreen);
- }
+ }
else
{
SetGpuReg(REG_OFFSET_BG2Y_L, 0);