summaryrefslogtreecommitdiff
path: root/include/strings.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-10-03 20:57:28 -0400
committerGitHub <noreply@github.com>2019-10-03 20:57:28 -0400
commit0cf4c9f25c2fe165c53a0c24f93a31a27ea42d6a (patch)
treeb88f7cf114f3f0c79ba6816255f27cda21f335d7 /include/strings.h
parentd9ab841b0d72a52676131846447de26e59e7a16d (diff)
parentaa0ac46b7145951f1d6f65e7af005a3fe561ff63 (diff)
Merge pull request #108 from PikalaxALT/itemfinder
Itemfinder
Diffstat (limited to 'include/strings.h')
-rw-r--r--include/strings.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h
index b0221b8e9..9ddce6044 100644
--- a/include/strings.h
+++ b/include/strings.h
@@ -324,4 +324,9 @@ extern const u8 gText_ThrowAwayStrVar2OfThisItemQM[];
extern const u8 gText_BerryPouch[];
extern const u8 gText_TheBerryPouchWillBePutAway[];
+// itemfinder
+extern const u8 gText_ItemfinderResponding[];
+extern const u8 gText_ItemfinderShakingWildly[];
+extern const u8 gText_NopeTheresNoResponse[];
+
#endif //GUARD_STRINGS_H