diff options
| author | Marcus Huderle <huderlem@gmail.com> | 2020-01-13 20:26:20 -0600 | 
|---|---|---|
| committer | Marcus Huderle <huderlem@gmail.com> | 2020-01-13 20:26:20 -0600 | 
| commit | 5a2d676e71b720e752ca8a624a5795b3b1d7eb6c (patch) | |
| tree | 6ef755064008dfae8ce2942dc2762670cdabe815 /include/constants/mauville_old_man.h | |
| parent | 5007d279fea5326b41b877703c74fcaa56223364 (diff) | |
| parent | 22931846d680de2bc585093678db3f5721aab891 (diff) | |
Merge remote-tracking branch 'upstream' into tustin2121-patch-5
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 | 
