diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-08-12 01:40:31 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-08-12 01:40:31 -0400 |
commit | 2fc46db68496ae03e99b5ae131fceba6ba0e2127 (patch) | |
tree | eda3e37d52628838786297d4a169baceeeaeabae /src | |
parent | 6695219f406722e740fff860fe8e094966565d7f (diff) |
german fix
Diffstat (limited to 'src')
-rw-r--r-- | src/field/decoration.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/field/decoration.c b/src/field/decoration.c index da33b3ab7..dde364069 100644 --- a/src/field/decoration.c +++ b/src/field/decoration.c @@ -619,7 +619,7 @@ const u8 DecorDesc_REGISTEEL_DOLL[] = _( "Place it on a mat\n" "or a desk."); #elif GERMAN -#include "data/decoration/descriptions_de.h" +#include "../data/decoration/descriptions_de.h" #endif const u16 DecorGfx_SMALL_DESK[] = { @@ -1389,7 +1389,7 @@ const struct Decoration gDecorations[] = { {DECOR_REGISTEEL_DOLL, _("REGISTEEL DOLL"), DECORPERM_SOLID_MAT, DECORSHAPE_1x2, DECORCAT_DOLL, 10000, DecorDesc_REGISTEEL_DOLL, DecorGfx_REGISTEEL_DOLL} }; #elif GERMAN -#include "data/decoration/decorations.h" +#include "../data/decoration/decorations.h" #endif const u8 *const gUnknown_083EC5E4[] = { |