summaryrefslogtreecommitdiff
path: root/src/string_util.c
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-09-25 01:40:53 -0700
committerYamaArashi <shadow962@live.com>2016-09-25 01:40:53 -0700
commite5fd0e3e1b6bbbc4d506be9e450d85281c10c516 (patch)
treed851f0dc0add79a8dfdda9b687bcc58a1e15dd66 /src/string_util.c
parent61ea6194c97fce60d5c8d17e3206156de37f600f (diff)
begin using common symbols
Diffstat (limited to 'src/string_util.c')
-rw-r--r--src/string_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string_util.c b/src/string_util.c
index cbcaff766..9f939014a 100644
--- a/src/string_util.c
+++ b/src/string_util.c
@@ -19,7 +19,7 @@ static u8 *ExpandPlaceholder_GoodLeader(void);
static u8 *ExpandPlaceholder_EvilLegendary(void);
static u8 *ExpandPlaceholder_GoodLegendary(void);
-COMM_4(u8 gUnknownStringVar[16])
+u8 gUnknownStringVar[16];
const u8 gEmptyString_81E72B0[] = _"";
const u8 gRightPointingTriangleString[] = _"▶";