summaryrefslogtreecommitdiff
path: root/include/constants
diff options
context:
space:
mode:
Diffstat (limited to 'include/constants')
-rw-r--r--include/constants/wonder_mail.h28
1 files changed, 28 insertions, 0 deletions
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