summaryrefslogtreecommitdiff
path: root/src/intro.c
diff options
context:
space:
mode:
authorMarijn van der Werf <marijn.vanderwerf@gmail.com>2017-06-24 18:06:32 +0200
committerMarijn van der Werf <marijn.vanderwerf@gmail.com>2017-06-24 18:24:08 +0200
commitec3fe21936b250b329e58941a47e11afb9b240e0 (patch)
tree31e152c5ff057e44bccaaccd80adb8b0f8e678dd /src/intro.c
parent88bb5b267ee6a0cd93f39bb5eccc866a1b1c870c (diff)
first src changes
Diffstat (limited to 'src/intro.c')
-rw-r--r--src/intro.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/intro.c b/src/intro.c
index 396f5e5df..462a2134d 100644
--- a/src/intro.c
+++ b/src/intro.c
@@ -43,7 +43,11 @@ extern void *const gUnknown_0840B5A0[];
static const u16 Palette_406340[] = INCBIN_U16("graphics/intro/unknown1.gbapal");
static const u16 Palette_406360[] = INCBIN_U16("graphics/intro/unknown2.gbapal");
+#if ENGLISH
static const u8 gIntroTiles[] = INCBIN_U8("graphics/intro/intro.4bpp.lz");
+#elif GERMAN
+extern const u8 gIntroTiles[];
+#endif
static const u16 gIntro1BGPals[][16] =
{
INCBIN_U16("graphics/intro/intro1_bgpal1.gbapal"),