summaryrefslogtreecommitdiff
path: root/include/constants
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2021-06-18 17:56:20 -0500
committerSeth Barberee <seth.barberee@gmail.com>2021-06-18 17:56:20 -0500
commitf1fdcc2b0ade13ad1a4cc7360eac70f27396d26a (patch)
tree3ac5b9f61650299f96095e3d3c09ad771793be08 /include/constants
parente806b05526bfcc540cb2c1f3165a96e76f6c235d (diff)
more splitting and labeling with some decomp
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