diff options
author | huderlem <huderlem@gmail.com> | 2019-12-17 19:35:00 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-17 19:35:00 -0600 |
commit | f8cef9a6a86fb85634e21370e5a7a0d2ac4a9ba2 (patch) | |
tree | 43e13b65a237fdf3abd6899532fc412e612196b9 /include | |
parent | 45eefac5b9d25015671341f5f8888dc602d1a293 (diff) | |
parent | 420b4b3fea3868e91147c5293a332294fce07008 (diff) |
Merge pull request #932 from jiangzhengwenjz/berry_crush
berry crush
Diffstat (limited to 'include')
-rw-r--r-- | include/strings.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index d97d435f6..f8d77c73e 100644 --- a/include/strings.h +++ b/include/strings.h @@ -2864,6 +2864,27 @@ extern const u8 gText_JumpsInARow[]; extern const u8 gText_BestScore2[]; extern const u8 gText_ExcellentsInARow[]; +// Berry crush +extern const u8 gText_Var1Berry[]; +extern const u8 gText_XDotY[]; +extern const u8 gText_1DotBlueF700[]; +extern const u8 gText_1DotF700[]; +extern const u8 gText_TimeColon[]; +extern const u8 gText_SpaceSec[]; +extern const u8 gText_XDotY2[]; +extern const u8 gText_SpaceMin[]; +extern const u8 gText_StrVar1[]; +extern const u8 gText_PressingSpeed[]; +extern const u8 gText_TimesPerSec[]; +extern const u8 gText_XDotY3[]; +extern const u8 gText_Silkiness[]; +extern const u8 gText_Var1Percent[]; +extern const u8 gText_PressesRankings[]; +extern const u8 gText_CrushingResults[]; +extern const u8 gText_BerryCrush2[]; +extern const u8 gText_PressingSpeedRankings[]; +extern const u8 gText_Var1Players[]; + // Lilycove Lady extern const u8 gText_ContestLady_Handsome[]; extern const u8 gText_ContestLady_Vinny[]; |