From e5fd0e3e1b6bbbc4d506be9e450d85281c10c516 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sun, 25 Sep 2016 01:40:53 -0700 Subject: begin using common symbols --- src/string_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/string_util.c') 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[] = _"▶"; -- cgit v1.2.3