diff options
author | yenatch <yenatch@gmail.com> | 2017-07-05 21:37:14 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2017-07-05 21:37:14 -0400 |
commit | 06bf25405c98257e47953b5d3c327e314ea371b3 (patch) | |
tree | 81be5b612621bdd74f632dbedb9f85c4d1d203b9 /include/field_tasks.h | |
parent | 282cae4a9fbd019a973fb6618337d29a61f97f42 (diff) | |
parent | be05c5bd52769b58316986bd7451cb2483571099 (diff) |
Merge remote-tracking branch 'origin/master' into merge-pika
Conflicts:
include/use_pokeblock.h
Diffstat (limited to 'include/field_tasks.h')
-rw-r--r-- | include/field_tasks.h | 6 |
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); |