diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-10-20 16:11:07 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-10-21 17:21:53 -0500 |
commit | 973e6f9667ece0c6ceb3d7718ddc65eac9ef1a65 (patch) | |
tree | eb41fd4580c5580a7d0a8e3a8a03dbc362dfcabb /include/constants/mauville_old_man.h | |
parent | 2f36bd62d7a0030064eaacd36676678428cfc41b (diff) |
Document mauville_man.inc
Diffstat (limited to 'include/constants/mauville_old_man.h')
-rw-r--r-- | include/constants/mauville_old_man.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/constants/mauville_old_man.h b/include/constants/mauville_old_man.h new file mode 100644 index 000000000..c1fb0bf24 --- /dev/null +++ b/include/constants/mauville_old_man.h @@ -0,0 +1,12 @@ +#ifndef GUARD_CONSTANTS_MAUVILLE_OLD_MAN_H +#define GUARD_CONSTANTS_MAUVILLE_OLD_MAN_H + +#define MAUVILLE_MAN_BARD 0 +#define MAUVILLE_MAN_HIPSTER 1 +#define MAUVILLE_MAN_TRADER 2 +#define MAUVILLE_MAN_STORYTELLER 3 +#define MAUVILLE_MAN_GIDDY 4 +#define MAUVILLE_MAN_UNUSED1 5 +#define MAUVILLE_MAN_UNUSED2 6 + +#endif // GUARD_CONSTANTS_MAUVILLE_OLD_MAN_H |