diff options
author | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-01-31 21:42:17 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-31 21:42:17 -0800 |
commit | 82fed1cd4406bfabb76bede96be4b77ea752175d (patch) | |
tree | fa290fd6a6f57797793ad03eff30935e11a138a5 /src | |
parent | a0311c8f84e923686d0d16ddcb6aa3ac265e7953 (diff) | |
parent | 8a36c77ac8fd10350eed197f28e519c9a7a3b8a6 (diff) |
Merge pull request #14 from camthesaxman/fix_build
make emerald build with the new preproc syntax
Diffstat (limited to 'src')
-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 fba19ae52..009072dca 100644 --- a/src/string_util.c +++ b/src/string_util.c @@ -4,7 +4,7 @@ EWRAM_DATA u8 gUnknownStringVar[16] = {0}; -static const u8 sDigits[] = @"0123456789ABCDEF"; +static const u8 sDigits[] = __("0123456789ABCDEF"); static const s32 sPowersOfTen[] = { |