diff options
Diffstat (limited to 'src/string_util.c')
-rw-r--r-- | src/string_util.c | 2 |
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[] = _"▶"; |