diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-27 21:28:34 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-27 21:31:05 -0500 |
commit | 66f0616a2d3fd3a8e09aabf9e3ee51cd88ae474f (patch) | |
tree | 2638cf8fbc0e260e4a4d9d0b14b53581519705ec /include/constants | |
parent | e77e7844ea6b6cdba1a6386f144aa712aea1807b (diff) |
I guess I'm documenting Trainer Hill now
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/trainer_hill.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/include/constants/trainer_hill.h b/include/constants/trainer_hill.h new file mode 100644 index 000000000..01bbd44a5 --- /dev/null +++ b/include/constants/trainer_hill.h @@ -0,0 +1,23 @@ +#ifndef GUARD_CONSTANTS_TRAINER_HILL_H +#define GUARD_CONSTANTS_TRAINER_HILL_H + +#define TRAINER_HILL_FUNC_0 0 +#define TRAINER_HILL_FUNC_1 1 +#define TRAINER_HILL_FUNC_2 2 +#define TRAINER_HILL_FUNC_3 3 +#define TRAINER_HILL_FUNC_4 4 +#define TRAINER_HILL_FUNC_5 5 +#define TRAINER_HILL_FUNC_6 6 +#define TRAINER_HILL_FUNC_7 7 +#define TRAINER_HILL_FUNC_8 8 +#define TRAINER_HILL_FUNC_9 9 +#define TRAINER_HILL_FUNC_10 10 +#define TRAINER_HILL_FUNC_11 11 +#define TRAINER_HILL_FUNC_12 12 +#define TRAINER_HILL_FUNC_13 13 +#define TRAINER_HILL_FUNC_14 14 +#define TRAINER_HILL_FUNC_15 15 +#define TRAINER_HILL_FUNC_16 16 +#define TRAINER_HILL_FUNC_17 17 + +#endif
\ No newline at end of file |