From f1fdcc2b0ade13ad1a4cc7360eac70f27396d26a Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Fri, 18 Jun 2021 17:56:20 -0500 Subject: more splitting and labeling with some decomp --- include/constants/wonder_mail.h | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 include/constants/wonder_mail.h (limited to 'include/constants') diff --git a/include/constants/wonder_mail.h b/include/constants/wonder_mail.h new file mode 100644 index 0000000..ab5a9ee --- /dev/null +++ b/include/constants/wonder_mail.h @@ -0,0 +1,28 @@ +#ifndef GUARD_CONSTANTS_WONDER_MAIL_H +#define GUARD_CONSTANTS_WONDER_MAIL_H + +enum MissionType +{ + HELP_POKE, + FIND_POKE, + ESCORT, + FIND_ITEM, + DELIVER_ITEM +}; + +enum RewardType +{ + MONEY, + MONEY_EXTRA, + ITEM, + ITEM_EXTRA, + BLANK_4, + MONEY1, + MONEY1_EXTRA, + ITEM1, + ITEM1_EXTRA, + FRIEND_AREA, + END_REWARDS +}; + +#endif //GUARD_CONSTANTS_WONDER_MAIL_H -- cgit v1.2.3