summaryrefslogtreecommitdiff
path: root/src/field_effect.c
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-03-01 01:49:11 -0500
committerPhlosioneer <mattmdrr2@gmail.com>2019-03-01 01:49:11 -0500
commita7e5852f1d95dd2b438e94fbf31b865196c6e951 (patch)
treef6cd0dba609ae171a407b21bb90ee098851a6229 /src/field_effect.c
parent99bfd8c80fcfcafa55166ff65f5264c727b16ed0 (diff)
More minor fixes
Diffstat (limited to 'src/field_effect.c')
-rw-r--r--src/field_effect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field_effect.c b/src/field_effect.c
index 74f7801bd..a4614b0a0 100644
--- a/src/field_effect.c
+++ b/src/field_effect.c
@@ -2443,7 +2443,7 @@ static void sub_80B8410(struct Task *task)
bool8 FldEff_FieldMoveShowMon(void)
{
u8 taskId;
- if (IsMapTypeOutside(GetCurrentMapType()) == TRUE)
+ if (IsMapTypeOutdoors(GetCurrentMapType()) == TRUE)
{
taskId = CreateTask(sub_80B8554, 0xff);
} else