diff options
author | Cameron Hall <cameronghall@cox.net> | 2018-01-17 12:10:41 -0600 |
---|---|---|
committer | Cameron Hall <cameronghall@cox.net> | 2018-01-17 12:10:41 -0600 |
commit | d79f440b8d4c5af26a98011719807b05745533e1 (patch) | |
tree | fb731f80808264ec8bc96a02b69d1f1e0f4328d3 /src/battle/battle_records.c | |
parent | bcf3fb87450883c9c26afec55f5f0ddc04864e84 (diff) |
use 'if DEBUG' instead of 'ifdef DEBUG'
Diffstat (limited to 'src/battle/battle_records.c')
-rw-r--r-- | src/battle/battle_records.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle/battle_records.c b/src/battle/battle_records.c index a03a215fd..17e2352ff 100644 --- a/src/battle/battle_records.c +++ b/src/battle/battle_records.c @@ -17,7 +17,7 @@ struct DebugStruct1 extern struct LinkPlayerMapObject gLinkPlayerMapObjects[4]; extern u8 gBattleOutcome; -#ifdef DEBUG +#if DEBUG const struct DebugStruct1 gUnknown_Debug_4245CC[] = { { 1, _("NUMBER1") }, |