diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-06-23 08:44:18 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-06-23 08:44:35 -0400 |
commit | d5db71923c6fb611760e3a21f4f44c7c56142159 (patch) | |
tree | de3456a3b3e0cd44624d83371ae695877034d845 /include/field_tasks.h | |
parent | 29ed9d7aee11527bbe971dd1daa099e04d7e5bc9 (diff) |
up through sub_80695E0
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); |