diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-10-24 01:42:52 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-10-24 01:42:52 +0800 |
commit | 1dc0b25c1e58e422883e16ce7fb4f6bea1e9a0bb (patch) | |
tree | 867d72df6ebe9b2d1f3ff72503879640322ec224 /include/constants/seagallop.h | |
parent | 9a53686a4eb595c288758486af5fea9b7805283f (diff) | |
parent | 6e36c229200e083ca005cbc448e99210d111f3b2 (diff) |
Merge branch 'master' into battle
Diffstat (limited to 'include/constants/seagallop.h')
-rw-r--r-- | include/constants/seagallop.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/include/constants/seagallop.h b/include/constants/seagallop.h new file mode 100644 index 000000000..eff4eb7a5 --- /dev/null +++ b/include/constants/seagallop.h @@ -0,0 +1,16 @@ +#ifndef GUARD_CONSTANTS_SEAGALLOP_H +#define GUARD_CONSTANTS_SEAGALLOP_H + +#define SEAGALLOP_VERMILION_CITY 0 +#define SEAGALLOP_ONE_ISLAND 1 +#define SEAGALLOP_TWO_ISLAND 2 +#define SEAGALLOP_THREE_ISLAND 3 +#define SEAGALLOP_FOUR_ISLAND 4 +#define SEAGALLOP_FIVE_ISLAND 5 +#define SEAGALLOP_SIX_ISLAND 6 +#define SEAGALLOP_SEVEN_ISLAND 7 +#define SEAGALLOP_CINNABAR_ISLAND 8 +#define SEAGALLOP_NAVEL_ROCK 9 +#define SEAGALLOP_BIRTH_ISLAND 10 + +#endif //GUARD_CONSTANTS_SEAGALLOP_H |