diff options
author | GriffinR <25753467+GriffinRichards@users.noreply.github.com> | 2019-08-04 04:22:19 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-08-21 17:06:55 -0500 |
commit | 23979c4d7d6f7b10107f94781add4c9d3b0c7e52 (patch) | |
tree | a2cb38fab2ebd88cc9a9964c32d96dff259991be /include/strings.h | |
parent | d68497f823b44381f7302b40faf34f639da3bab1 (diff) |
initial documentation commit
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 7e7fcd322..d6a239559 100644 --- a/include/strings.h +++ b/include/strings.h @@ -2744,6 +2744,31 @@ extern const u8 gText_JumpsInARow[]; extern const u8 gText_BestScore2[]; extern const u8 gText_ExcellentsInARow[]; +// Lilycove Lady +extern const u8 gText_Handsome[]; +extern const u8 gText_Vinny[]; +extern const u8 gText_Moreme[]; +extern const u8 gText_Ironhard[]; +extern const u8 gText_Muscle[]; +extern const u8 gText_Coolness[]; +extern const u8 gText_Beauty[]; +extern const u8 gText_Cuteness[]; +extern const u8 gText_Smartness[]; +extern const u8 gText_Toughness[]; +extern const u8 gText_Lady2[]; +extern const u8 gText_Slippery[]; +extern const u8 gText_Roundish[]; +extern const u8 gText_Whamish[]; +extern const u8 gText_Shiny[]; +extern const u8 gText_Sticky[]; +extern const u8 gText_Pointy[]; + +extern const u8 gText_CoolnessContest[]; +extern const u8 gText_BeautyContest[]; +extern const u8 gText_CutenessContest[]; +extern const u8 gText_SmartnessContest[]; +extern const u8 gText_ToughnessContest[]; + // Pokenav Match Call extern const u8 gText_CallCantBeMadeHere[]; extern const u8 gText_NumberRegistered[]; |