diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-03-14 19:13:23 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-03-14 19:13:23 -0400 |
commit | 077faeb1bd073badf211157d5cfb00c4b9ecf154 (patch) | |
tree | 247675a8ad04f28db20c9f143ed0845ce01e8488 /src/berry.c | |
parent | 4d1e07451444d2645fdd9b1f7ee711b318ff5a45 (diff) |
Use global symbols for assembly on modern
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[] = _("そとの かわの ぶぶんも なかみも すべてが"); |