diff options
author | camthesaxman <cameronghall@cox.net> | 2017-08-12 21:19:14 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-08-12 21:19:14 -0500 |
commit | a6c0c433c9356b51181c8f2c7cc028017a953390 (patch) | |
tree | 69fba73eeda1795c943cef74f1e64399f848a930 /src | |
parent | 81274f41e1730f34d2929baa3b3f95d83145a97d (diff) |
fix German build
Diffstat (limited to 'src')
-rw-r--r-- | src/learn_move.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/learn_move.c b/src/learn_move.c index 71de9910a..51de68171 100644 --- a/src/learn_move.c +++ b/src/learn_move.c @@ -46,6 +46,10 @@ extern const u8 *const gMoveDescriptions[]; extern const u8 gTypeNames[][7]; extern const u8 *const gUnknown_083CAF70[]; +#ifdef GERMAN +extern const u8 deuOtherText_ForgotAndLearned[]; +#endif + extern void sub_809D9F0(struct Pokemon *, u8, u8, void *, u32); struct LearnMoveStruct |