diff options
author | yenatch <yenatch@gmail.com> | 2017-06-25 00:31:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-25 00:31:41 -0400 |
commit | 8dd12ad0e3faeee0e88b62bf486a764717b171fe (patch) | |
tree | b776589bf88596d7280011c3ea1d9befd32b287f /src/intro.c | |
parent | e72babd734ab7fd4e5c6d29f456b82d5e76e1bde (diff) | |
parent | 2cae14cf5ae83831d5c387b3823de34d8d476908 (diff) |
Merge pull request #324 from marijnvdwerf/de/integrate-data-includes
Integrate German
Diffstat (limited to 'src/intro.c')
-rw-r--r-- | src/intro.c | 4 |
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"), |