From 9e3e6173760ebdbe58eda2986b9f21d31f774f16 Mon Sep 17 00:00:00 2001 From: Slawter666 <38655737+Slawter666@users.noreply.github.com> Date: Wed, 17 Oct 2018 01:14:19 +0100 Subject: Begin synchronising with pokeemerald --- src/field_tasks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/field_tasks.c') diff --git a/src/field_tasks.c b/src/field_tasks.c index 8b736c949..12167eb85 100644 --- a/src/field_tasks.c +++ b/src/field_tasks.c @@ -847,7 +847,7 @@ void Task_MuddySlope(u8 taskId) break; } - if (gCamera.field_0 && mapIndices != data[0]) + if (gCamera.active && mapIndices != data[0]) { data[0] = mapIndices; x2 = gCamera.x; -- cgit v1.2.3