diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-02-10 00:47:00 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2020-02-17 13:10:23 -0600 |
commit | 3456578c0fac0e6a122898bb5f44e08bb835f934 (patch) | |
tree | f8253f28368ccadbe107e1c47a8039a4e9f7c3fc /include/strings.h | |
parent | f6275cce57125ad6c54a5edd14a03517a34a1b61 (diff) |
Move berry crush data to src
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index a1912fb32..5720598ad 100644 --- a/include/strings.h +++ b/include/strings.h @@ -2882,6 +2882,21 @@ extern const u8 gText_CrushingResults[]; extern const u8 gText_BerryCrush2[]; extern const u8 gText_PressingSpeedRankings[]; extern const u8 gText_Var1Players[]; +extern const u8 gText_ReadyToBerryCrush[]; +extern const u8 gText_WaitForAllChooseBerry[]; +extern const u8 gText_EndedWithXUnitsPowder[]; +extern const u8 gText_RecordingGameResults[]; +extern const u8 gText_PlayBerryCrushAgain[]; +extern const u8 gText_YouHaveNoBerries[]; +extern const u8 gText_MemberDroppedOut[]; +extern const u8 gText_TimesUpNoGoodPowder[]; +extern const u8 gText_CommunicationStandby2[]; +extern const u8 gText_SpaceTimes2[]; +extern const u8 gText_XDotY[]; +extern const u8 gText_Var1Berry[]; +extern const u8 gText_NeatnessRankings[]; +extern const u8 gText_CoopRankings[]; +extern const u8 gText_PressingPowerRankings[]; // Lilycove Lady extern const u8 gText_ContestLady_Handsome[]; |