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/field/roamer.c | |
parent | bcf3fb87450883c9c26afec55f5f0ddc04864e84 (diff) |
use 'if DEBUG' instead of 'ifdef DEBUG'
Diffstat (limited to 'src/field/roamer.c')
-rw-r--r-- | src/field/roamer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field/roamer.c b/src/field/roamer.c index 16a42e9f1..6ed5b6c89 100644 --- a/src/field/roamer.c +++ b/src/field/roamer.c @@ -227,7 +227,7 @@ void GetRoamerLocation(u8 *mapGroup, u8 *mapNum) *mapNum = sRoamerLocation[MAP_NUM]; } -#ifdef DEBUG +#if DEBUG void debug_sub_814A714(void) { if (gSaveBlock1.location.mapGroup == 0) |