mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-18 09:24:19 +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…
x
Reference in New Issue
Block a user