mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
Merge pull request #14 from camthesaxman/fix_build
make emerald build with the new preproc syntax
This commit is contained in:
commit
82fed1cd44
@ -4,7 +4,7 @@
|
||||
|
||||
EWRAM_DATA u8 gUnknownStringVar[16] = {0};
|
||||
|
||||
static const u8 sDigits[] = @"0123456789ABCDEF";
|
||||
static const u8 sDigits[] = __("0123456789ABCDEF");
|
||||
|
||||
static const s32 sPowersOfTen[] =
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user