diff options
author | huderlem <huderlem@gmail.com> | 2019-10-19 08:05:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-19 08:05:11 -0500 |
commit | cb9f89925f35e2b0e7f13644a8bda90cd6c387bf (patch) | |
tree | 22242b9f9d9a22096de6d5a0e7190b7b07a23a68 /include/constants/field_tasks.h | |
parent | 8b1df92aca6c9d0eb3bcd932be7795eda879c2a0 (diff) | |
parent | b4a9298205ee9355fadd4455a9b8f692dcd3e787 (diff) |
Merge pull request #841 from GriffinRichards/document-gyms2
Document Petalburg, Fortree, Mossdeep, and Sootopolis Gyms
Diffstat (limited to 'include/constants/field_tasks.h')
-rw-r--r-- | include/constants/field_tasks.h | 13 |
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 |