Merge pull request #14 from camthesaxman/fix_build
make emerald build with the new preproc syntax
This commit is contained in:
commit
82fed1cd44
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
EWRAM_DATA u8 gUnknownStringVar[16] = {0};
|
EWRAM_DATA u8 gUnknownStringVar[16] = {0};
|
||||||
|
|
||||||
static const u8 sDigits[] = @"0123456789ABCDEF";
|
static const u8 sDigits[] = __("0123456789ABCDEF");
|
||||||
|
|
||||||
static const s32 sPowersOfTen[] =
|
static const s32 sPowersOfTen[] =
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue