diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-03-29 12:38:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-29 12:38:16 -0400 |
commit | c40fb9288cf02f2cba1b72c7377d6272a0eef6f2 (patch) | |
tree | 96579246478b851117df7c544eb6a7253136bed8 /include/strings.h | |
parent | 731a4420353869e3d7e3b4a6e375a2234ee9169f (diff) | |
parent | 22e2c0a47ca876313604f0dd031abb324477186f (diff) |
Merge pull request #1378 from GriffinRichards/doc-berrycrush
Document Berry Crush
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/strings.h b/include/strings.h index 294ab8aa6..8880f3a5c 100644 --- a/include/strings.h +++ b/include/strings.h @@ -2904,7 +2904,7 @@ 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_ReadyPickBerry[]; extern const u8 gText_WaitForAllChooseBerry[]; extern const u8 gText_EndedWithXUnitsPowder[]; extern const u8 gText_RecordingGameResults[]; |