diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-10-07 13:15:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-07 13:15:34 -0400 |
commit | 2a7205dec677c98d087cb8ba191370de464c8bf0 (patch) | |
tree | bbad1ce5b07b922803f25dfdcb3feee909c513c9 /include/strings.h | |
parent | fb9b695f9a366f662b5262f440d77c770b131d0d (diff) | |
parent | 13468377bc85b2daa309b049e3d9f733dadce440 (diff) |
Merge pull request #111 from PikalaxALT/link
Port link from Emerald
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 9ddce6044..1bafbacbe 100644 --- a/include/strings.h +++ b/include/strings.h @@ -329,4 +329,11 @@ extern const u8 gText_ItemfinderResponding[]; extern const u8 gText_ItemfinderShakingWildly[]; extern const u8 gText_NopeTheresNoResponse[]; +// link +extern const u8 gText_CommErrorEllipsis[]; +extern const u8 gText_MoveCloserToLinkPartner[]; +extern const u8 gText_CommErrorCheckConnections[]; +extern const u8 gText_ABtnTitleScreen[]; +extern const u8 gText_ABtnRegistrationCounter[]; + #endif //GUARD_STRINGS_H |