summaryrefslogtreecommitdiff
path: root/src/field_tasks.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-09-29 23:07:14 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-09-29 23:07:14 -0400
commit4b39fed48e533f276a713b2af3ff318f9ab49687 (patch)
tree9aeac3da65258b98e2d73e818c1dae1ebc95ddc7 /src/field_tasks.c
parent33e4b85704e13e33d014fad6476f324116e80873 (diff)
parent13f16b577935635546698aca88b3d1780cbc4991 (diff)
Merge branch 'master' into field_map_obj
Diffstat (limited to 'src/field_tasks.c')
-rw-r--r--src/field_tasks.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/field_tasks.c b/src/field_tasks.c
index 2be54f923..da6f162c2 100644
--- a/src/field_tasks.c
+++ b/src/field_tasks.c
@@ -1,5 +1,5 @@
//
-// Created by scott on 6/22/2017.
+
//
#include "global.h"
@@ -845,11 +845,11 @@ void Task_MuddySlope(u8 taskId)
}
break;
}
- if (gUnknown_0202E844.field_0 && mapIndices != data[0])
+ if (gCamera.field_0 && mapIndices != data[0])
{
data[0] = mapIndices;
- x2 = gUnknown_0202E844.x;
- y2 = gUnknown_0202E844.y;
+ x2 = gCamera.x;
+ y2 = gCamera.y;
}
else
{