summaryrefslogtreecommitdiff
path: root/include/constants/field_tasks.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-01-28 14:26:18 -0500
committerGriffinR <griffin.g.richards@gmail.com>2020-01-28 14:26:18 -0500
commit0ddd7ebb1d15a8dc03baaa7c581096eb295ac352 (patch)
tree1c521fbbfb520104d6cd93e140268360cd3d6fdb /include/constants/field_tasks.h
parenteae373576ddb6893d500d4a4134538f480b0d322 (diff)
Sync STEB_CB, WEATHER_SHADE
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..31edb6ffe
--- /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 // Unused
+#define STEP_CB_FORTREE_BRIDGE 2 // Unused, dummied
+#define STEP_CB_PACIFIDLOG_BRIDGE 3 // Unused, dummied
+#define STEP_CB_ICE 4
+#define STEP_CB_TRUCK 5 // Unused, dummied
+#define STEP_CB_SECRET_BASE 6 // Unused, dummied
+#define STEP_CB_CRACKED_FLOOR 7 // Unused
+
+#endif // GUARD_CONSTANTS_FIELD_TASKS_H