diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-02 21:26:01 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-02 21:26:01 -0400 |
commit | afd5f1f52f7a2b74e9850892aef118292a45df8e (patch) | |
tree | 09b8d024223b517bc130847dbf10ec8ff49e385d /include/strings.h | |
parent | d9ab841b0d72a52676131846447de26e59e7a16d (diff) |
itemfinder through sub_813F004
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 5 |
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 |