diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-11-05 15:08:07 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-11-06 16:38:02 -0600 |
commit | 58dcd6d99dd7456006fe834e5fbab6b120698280 (patch) | |
tree | 4323e8ab8aa90ba186fec649a8c251e48c3256d9 /include/constants | |
parent | 481c09fcad0db1bacadea534a3cc6cc291e8dfbd (diff) |
Clean up mystery event msg
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/mevent.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/constants/mevent.h b/include/constants/mevent.h new file mode 100644 index 000000000..25bbcdf36 --- /dev/null +++ b/include/constants/mevent.h @@ -0,0 +1,15 @@ +#ifndef GUARD_CONSTANTS_MEVENT_H +#define GUARD_CONSTANTS_MEVENT_H + +// mevent2.c +#define GET_NUM_STAMPS 0 +#define GET_MAX_STAMPS 1 +#define GET_CARD_BATTLES_WON 2 + +#define GET_NUM_STAMPS_INTERNAL 3 +#define GET_MAX_STAMPS_INTERNAL 4 +#define GET_CARD_BATTLES_WON_INTERNAL 0 + +#define REQUIRED_CARD_BATTLES 3 + +#endif //GUARD_MEVENT_H |