diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-06 21:08:53 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-06 21:08:53 -0400 |
commit | e73e1172aa2bfa52b5fd5bcf89cd7b12decf5676 (patch) | |
tree | 066cc182661833df786c64fd386be934ebd00233 /include/strings.h | |
parent | 23d011b04b641a4b3dc7cf92898fc60d6377e82f (diff) |
link through ResetSerial
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 |