diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-08-24 14:52:33 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-08-24 17:06:55 -0400 |
commit | 22c1bf965a7e25dfdc1d577a5e9f15098beeef25 (patch) | |
tree | 11bf960d64ca29b0a478dd196f3a2cb7d4bb8951 /include/strings.h | |
parent | 0ff767a9b5d6ece4547ab01a85d01012f7cf6800 (diff) |
Finish documenting berry blender
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 1f2920140..7018f9e0d 100644 --- a/include/strings.h +++ b/include/strings.h @@ -2983,4 +2983,9 @@ extern const u8 gText_Smartness[]; extern const u8 gText_Cuteness[]; extern const u8 gText_Beauty3[]; +// Berry Blender +extern const u8 gText_SavingDontTurnOff2[]; +extern const u8 gText_BlenderMaxSpeedRecord[]; +extern const u8 gText_234Players[]; + #endif // GUARD_STRINGS_H |