Merge pull request #14 from camthesaxman/fix_build

make emerald build with the new preproc syntax
This commit is contained in:
YamaArashi 2017-01-31 21:42:17 -08:00 committed by GitHub
commit 82fed1cd44

View File

@ -4,7 +4,7 @@
EWRAM_DATA u8 gUnknownStringVar[16] = {0};
static const u8 sDigits[] = @"0123456789ABCDEF";
static const u8 sDigits[] = __("0123456789ABCDEF");
static const s32 sPowersOfTen[] =
{