summaryrefslogtreecommitdiff
path: root/src/shop.c
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-05-23 21:21:59 -0400
committerGitHub <noreply@github.com>2017-05-23 21:21:59 -0400
commit9640df02dd8651d5b05cf3767f6c7e16a697db3b (patch)
treedf7fed98e02c4113507f6994e615b8f8074dd69e /src/shop.c
parent21ffe2fa910ede21f0f18a3013ed8ba29c70011e (diff)
parent3f7d0a195afd90c182cd631e14f5acb5d29be34b (diff)
Merge pull request #303 from marijnvdwerf/clean/includes
Clean/includes
Diffstat (limited to 'src/shop.c')
-rw-r--r--src/shop.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/shop.c b/src/shop.c
index 9f4a360df..81c403e92 100644
--- a/src/shop.c
+++ b/src/shop.c
@@ -9,6 +9,7 @@
#include "script.h"
#include "sound.h"
#include "sprite.h"
+#include "strings.h"
#include "task.h"
struct UnknownShopStruct
@@ -28,8 +29,6 @@ extern struct MenuAction gUnknown_083CC6D0[];
extern u8 gUnknown_083CC6E8[];
extern u8 gUnknown_083CC6EB[];
-extern u8 gOtherText_CanIHelpYou[];
-extern u8 gOtherText_AnythingElse[];
extern u8 gBuyMenuFrame_Gfx[];
extern u16 gBuyMenuFrame_Tilemap[];
@@ -38,7 +37,7 @@ extern u16 gUnknown_083CC710[2];
extern void sub_80A6300(void);
extern void sub_80BE3BC(void);
-extern void DisplayItemMessageOnField(u8, u8*, TaskFunc, u16);
+extern void DisplayItemMessageOnField(u8, const u8*, TaskFunc, u16);
extern u8 sub_807D770(void);
extern void pal_fill_black(void);
extern void sub_80B3764(int, int);