summaryrefslogtreecommitdiff
path: root/include/constants/field_tasks.h
diff options
context:
space:
mode:
authorGriffinR <griffin.richards@comcast.net>2019-10-15 04:58:52 -0400
committerGriffinR <griffin.richards@comcast.net>2019-10-15 05:05:57 -0400
commit1b41b8b7caf56d34d31137c18055a30258787263 (patch)
treee5cb69b7c5e6dc60d0d40cc62de65affdf76a448 /include/constants/field_tasks.h
parentc0b06025168778705ceb044c875561a694739c74 (diff)
Document Petalburg, Fortree, Sootopolis, and some of Mossdeep Gyms
Diffstat (limited to 'include/constants/field_tasks.h')
-rw-r--r--include/constants/field_tasks.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/constants/field_tasks.h b/include/constants/field_tasks.h
new file mode 100644
index 000000000..7f773855d
--- /dev/null
+++ b/include/constants/field_tasks.h
@@ -0,0 +1,13 @@
+#ifndef GUARD_CONSTANTS_FIELD_TASKS_H
+#define GUARD_CONSTANTS_FIELD_TASKS_H
+
+#define STEP_CB_DUMMY 0
+#define STEP_CB_ASH 1
+#define STEP_CB_FORTREE_BRIDGE 2
+#define STEP_CB_PACIFIDLOG_BRIDGE 3
+#define STEP_CB_SOOTOPOLIS_ICE 4
+#define STEP_CB_TRUCK 5
+#define STEP_CB_SECRET_BASE 6
+#define STEP_CB_CRACKED_FLOOR 7
+
+#endif // GUARD_CONSTANTS_FIELD_TASKS_H