diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-02-07 12:48:47 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2020-02-08 14:31:17 -0600 |
commit | 084bd669244d03e75a08fb618199fd4e8aaf784a (patch) | |
tree | 128c94793acc52afe7819930892d5dfca63b6d2b /include/strings.h | |
parent | faeb974c46275f466a4f4d513734d8bccf4485ab (diff) |
Document Trainer Card
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/strings.h b/include/strings.h index 5178a0087..a1912fb32 100644 --- a/include/strings.h +++ b/include/strings.h @@ -2514,11 +2514,11 @@ extern const u8 gText_WinsLosses[]; extern const u8 gText_PokemonTrades[]; extern const u8 gText_BerryCrush[]; extern const u8 gText_UnionTradesAndBattles[]; -extern const u8 gText_Var1DarkGreyShadowLightGrey[]; +extern const u8 gText_NumPokeblocks[]; extern const u8 gText_PokeblocksWithFriends[]; extern const u8 gText_WonContestsWFriends[]; -extern const u8 gText_WSlashStraightSlash[]; -extern const u8 gText_Var1DarkLightGreyBP[]; +extern const u8 gText_WinsStraight[]; +extern const u8 gText_NumBP[]; extern const u8 gText_BattleTower[]; extern const u8 gText_BattlePtsWon[]; |