diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-12-18 13:16:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-18 13:16:38 -0500 |
commit | 949509aade2627ded031669c296453c3d0ea9e59 (patch) | |
tree | 5e8ba850c7592a5cf85dc07971e756b8963ecdfb /include/strings.h | |
parent | db8a5c6c2be2ceedadf836a8e61c71eb0ff6407b (diff) | |
parent | f8cef9a6a86fb85634e21370e5a7a0d2ac4a9ba2 (diff) |
Merge branch 'master' into fix-eventobj
Diffstat (limited to 'include/strings.h')
-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[]; |