diff options
author | scnorton <scnorton@biociphers.org> | 2017-12-17 14:09:06 -0500 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-12-17 14:09:06 -0500 |
commit | 3c2b1731eeb7037a1b681444b1c126fc239a904e (patch) | |
tree | 62a669899696f21e7991c226e0eb7e999b3c3ee5 /include/strings.h | |
parent | 5b526906e1dc4b3dd55cc739670836718a90dff7 (diff) | |
parent | 6d73bb4b57efb3ff81dcc2aa0d00d5de380add9e (diff) |
Merge branch 'master' into link
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 26233a458..a8b872c11 100644 --- a/include/strings.h +++ b/include/strings.h @@ -87,6 +87,9 @@ extern const u8 gText_MoveCloserToLinkPartner[]; extern const u8 gText_CommErrorCheckConnections[]; extern const u8 gText_ABtnTitleScreen[]; extern const u8 gText_ABtnRegistrationCounter[]; +extern const u8 gText_Confirm3[]; +extern const u8 gText_Cancel4[]; +extern const u8 gText_IsThisTheCorrectTime[]; extern const u8 gText_PkmnFainted3[]; extern const u8 gText_Coins[]; |