summaryrefslogtreecommitdiff
path: root/include/field_tasks.h
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-07-06 19:28:57 -0500
committercamthesaxman <cameronghall@cox.net>2017-07-06 19:28:57 -0500
commit4aa1b44315ee26fa60015a99ccd51f900e5597fd (patch)
treefdcac19f28b2e4febd96a895e72fce122b9e3b15 /include/field_tasks.h
parentad7a7222a538380b446f9aecde44c5222ff3b68a (diff)
parente39f55f55080108ced3ff5cb16b2181d7fec9d92 (diff)
fix merge conflicts
Diffstat (limited to 'include/field_tasks.h')
-rw-r--r--include/field_tasks.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/field_tasks.h b/include/field_tasks.h
index 53e704395..761d69ada 100644
--- a/include/field_tasks.h
+++ b/include/field_tasks.h
@@ -1,6 +1,12 @@
#ifndef GUARD_FIELD_TASKS_H
#define GUARD_FIELD_TASKS_H
+struct MetatileOffset {
+ s8 x;
+ s8 y;
+ u16 tileId;
+};
+
void SetUpFieldTasks();
void ActivatePerStepCallback(u8);
void ResetFieldTasksArgs(void);