summaryrefslogtreecommitdiff
path: root/src/item_use.c
diff options
context:
space:
mode:
authorMarijn van der Werf <marijn.vanderwerf@gmail.com>2017-05-21 11:37:35 +0200
committerscnorton <scnorton@biociphers.org>2017-05-24 16:14:44 -0400
commit8ba066d303825722a78ffbc67cecc0f4598f6f1e (patch)
tree7a873d2c54230306d8c475f9b703a074b4eb8411 /src/item_use.c
parent3ba95b67bc2565dd61e3879deaa7543d7bf53b4e (diff)
Remove duplicate strings.h declarations
Diffstat (limited to 'src/item_use.c')
-rw-r--r--src/item_use.c18
1 files changed, 1 insertions, 17 deletions
diff --git a/src/item_use.c b/src/item_use.c
index 116a57226..cc961836b 100644
--- a/src/item_use.c
+++ b/src/item_use.c
@@ -22,6 +22,7 @@
#include "songs.h"
#include "sound.h"
#include "string_util.h"
+#include "strings.h"
#include "task.h"
#include "vars.h"
@@ -74,23 +75,6 @@ extern u8 GetItemEffectType();
extern void sub_808B020(void);
extern void sub_810B96C(void);
-extern u8 gOtherText_DadsAdvice[];
-extern u8 gOtherText_CantGetOffBike[];
-extern u8 gOtherText_NoResponse[];
-extern u8 gOtherText_ItemfinderResponding[];
-extern u8 gOtherText_ItemfinderItemUnderfoot[];
-extern u8 gOtherText_Coins3[];
-extern u8 gOtherText_BootedHM[];
-extern u8 gOtherText_BootedTM[];
-extern u8 gOtherText_ContainsMove[];
-extern u8 gOtherText_UsedItem[];
-extern u8 gOtherText_RepelLingers[];
-extern u8 gOtherText_UsedFlute[];
-extern u8 gOtherText_UsedRepel[];
-extern u8 gOtherText_BoxIsFull[];
-extern u8 gOtherText_WontHaveAnyEffect[];
-extern u8 gOtherText_SnapConfusion[];
-
extern u16 gScriptItemId;
extern u16 gBattleTypeFlags;