diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-14 21:04:11 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-14 21:04:11 -0400 |
commit | 37537e38f99e2d0ad055d8d72e244f9f83ea8125 (patch) | |
tree | a259730235bf3e2e8795a5e078104fbc30fde1cd /src/berry.c | |
parent | 31f4edbe503134eba4f7fee8ca9ecc85099c51bd (diff) | |
parent | 5075067ecd8718ab96a063946662c71fe3ef5369 (diff) |
Merge branch 'master' of github.com:pret/pokefirered into battle_multi_buffer
Diffstat (limited to 'src/berry.c')
-rw-r--r-- | src/berry.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/berry.c b/src/berry.c index ef6999e9a..d4ea0dae3 100644 --- a/src/berry.c +++ b/src/berry.c @@ -3,6 +3,10 @@ #include "text.h" #include "constants/items.h" +#if !defined(NONMATCHING) && MODERN +#define static +#endif + static const u8 sBerryDescriptionPart1_Cheri[] = _("とても かわいい はなが さく."); static const u8 sBerryDescriptionPart2_Cheri[] = _("まっかな みは とても からい."); static const u8 sBerryDescriptionPart1_Chesto[] = _("そとの かわの ぶぶんも なかみも すべてが"); |