summaryrefslogtreecommitdiff
path: root/src/field/field_tasks.c
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2017-09-30 01:55:51 -0400
committerProjectRevoTPP <projectrevotpp@hotmail.com>2017-09-30 01:55:51 -0400
commit044e8cc93b46fccb2e4e5ed5accf4c55917a3f7f (patch)
tree3628ac48decbc59229a6a92ac1270f5bbed4a4bb /src/field/field_tasks.c
parent0cac170dfd3bfa9c2386b0b230655ace9dea7f11 (diff)
parentf74d4742f597a423b7a8685d72c06597c8c78db7 (diff)
merge
Diffstat (limited to 'src/field/field_tasks.c')
-rw-r--r--src/field/field_tasks.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/field/field_tasks.c b/src/field/field_tasks.c
index 2be54f923..da6f162c2 100644
--- a/src/field/field_tasks.c
+++ b/src/field/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
{