diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-10-13 12:55:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-13 12:55:06 -0500 |
commit | 32fbf67d479c15351c718851412d84b4925acfdf (patch) | |
tree | e15fd2a025a49d29d9ff770ccbb8639aa3ffcc2c /include/strings.h | |
parent | b24559d69b6fa0abf042a1b7cdbcab3d1ec91fd6 (diff) | |
parent | 0c1d33da4f6db7b90913586a39ed60ea2b13f39e (diff) |
Merge branch 'master' into shop
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 0515f953f..4ea33635b 100644 --- a/include/strings.h +++ b/include/strings.h @@ -841,6 +841,16 @@ extern const u8 gText_TwoDashes[]; extern const u8 *const gReturnToXStringsTable2[]; +extern const u8 gText_XPLink[]; +extern const u8 gText_ConfirmLinkWhenPlayersReady[]; +extern const u8 gText_ConfirmStartLinkWithXPlayers[]; +extern const u8 gText_AwaitingLinkup[]; +extern const u8 gText_PleaseWaitForLink[]; +extern const u8 gText_BronzeCard[]; +extern const u8 gText_CopperCard[]; +extern const u8 gText_SilverCard[]; +extern const u8 gText_GoldCard[]; + extern const u8 gText_CanIHelpWithAnythingElse[]; extern const u8 gText_AnythingElseICanHelp[]; extern const u8 gText_QuitShopping[]; |