diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-06-27 16:39:09 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-07-02 19:29:49 -0500 |
commit | e3c0fb5a8577c780fee23fb21c1333c45cc37ebe (patch) | |
tree | d5878c504c074d0c8c1ff64082980e0036a66169 /src/roulette.c | |
parent | ec5f42fd36af2ac7a1bec4778b50f79851eb8a8a (diff) |
Fix building German Debug
Diffstat (limited to 'src/roulette.c')
-rw-r--r-- | src/roulette.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/roulette.c b/src/roulette.c index 38ba26b84..79ef4f10e 100644 --- a/src/roulette.c +++ b/src/roulette.c @@ -33,8 +33,6 @@ asm(".include \"constants/gba_constants.inc\""); void *gUnknown_Debug_03005FB8; #endif -#define static - void sub_81150FC(void); void sub_8115124(void); void sub_8115238(void); @@ -1701,10 +1699,9 @@ void debug_sub_812CDE4(u8 taskId) } } -const u8 gUnknown_Debug_0842510D[] = _("Set COIN and Press START\nAーp1 Bーm1 R:Lー×10"); - void debug_sub_812CFE8(u8 taskId) { + static const u8 gUnknown_Debug_0842510D[] = _("Set COIN and Press START\nAーp1 Bーm1 R:Lー×10"); gTasks[taskId].data[13] = gSaveBlock1.coins; if (Random() & 1) gSpecialVar_0x8004 |= 0x80; |