diff options
author | Marijn van der Werf <marijn.vanderwerf@gmail.com> | 2017-05-06 14:34:53 +0200 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-05-06 10:42:32 -0700 |
commit | 504786aee41e3c54507cd17c3b57720aaaaec6e5 (patch) | |
tree | 12b22eda293db5a455b3ba34fb2017a36d0cf9c5 /src/intro.c | |
parent | e22b9c54f123d4443829b96948b4110d9379a816 (diff) |
Various german patches
Diffstat (limited to 'src/intro.c')
-rw-r--r-- | src/intro.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/intro.c b/src/intro.c index a6b6b2734..e41cbe6d5 100644 --- a/src/intro.c +++ b/src/intro.c @@ -310,6 +310,13 @@ static const union AnimCmd gSpriteAnim_840AF10[] = ANIMCMD_FRAME(128, 8), ANIMCMD_END, }; +#if GERMAN +static const union AnimCmd gSpriteAnim_8416DA4[] = +{ + ANIMCMD_FRAME(118, 8), + ANIMCMD_END, +}; +#endif static const union AnimCmd *const gSpriteAnimTable_840AF18[] = { gSpriteAnim_840AEA8, @@ -319,6 +326,9 @@ static const union AnimCmd *const gSpriteAnimTable_840AF18[] = gSpriteAnim_840AEC8, gSpriteAnim_840AED0, gSpriteAnim_840AED8, +#if GERMAN + gSpriteAnim_8416DA4, +#endif }; static const union AnimCmd *const gSpriteAnimTable_840AF34[] = { |