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/rom3.c | |
parent | bcf3fb87450883c9c26afec55f5f0ddc04864e84 (diff) |
use 'if DEBUG' instead of 'ifdef DEBUG'
Diffstat (limited to 'src/rom3.c')
-rw-r--r-- | src/rom3.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rom3.c b/src/rom3.c index 0fe67dcec..efaa1d97f 100644 --- a/src/rom3.c +++ b/src/rom3.c @@ -67,7 +67,7 @@ void sub_800B858(void) } } -#ifdef DEBUG +#if DEBUG extern u8 gUnknown_02023A14_50; #endif @@ -98,7 +98,7 @@ void setup_poochyena_battle(void) gUnknown_020239FC = 0; gUnknown_02024C78 = 0; -#ifdef DEBUG +#if DEBUG if (gUnknown_02023A14_50 & 0x80) { ewram[0x160fd] = 0; |