summaryrefslogtreecommitdiff
path: root/include/constants
diff options
context:
space:
mode:
Diffstat (limited to 'include/constants')
-rw-r--r--include/constants/global.h2
-rw-r--r--include/constants/mevent.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/include/constants/global.h b/include/constants/global.h
index 518fe6bad..7fca5453c 100644
--- a/include/constants/global.h
+++ b/include/constants/global.h
@@ -89,6 +89,8 @@
#define QUIZ_QUESTION_LEN 9
#define WONDER_CARD_TEXT_LENGTH 40
#define WONDER_NEWS_TEXT_LENGTH 40
+#define WONDER_CARD_BODY_TEXT_LINES 4
+#define WONDER_NEWS_BODY_TEXT_LINES 10
#define MALE 0
#define FEMALE 1
diff --git a/include/constants/mevent.h b/include/constants/mevent.h
index d659ffb14..91eacd801 100644
--- a/include/constants/mevent.h
+++ b/include/constants/mevent.h
@@ -13,7 +13,7 @@
#define CARD_STAT_NUM_STAMPS 3
#define CARD_STAT_MAX_STAMPS 4
-#define CARD_TYPE_GIFT 0
+#define CARD_TYPE_GIFT 0 // Normal "Wonder Card"
#define CARD_TYPE_STAMP 1 // "Stamp Card"
#define CARD_TYPE_LINK_STAT 2 // Referred to as the "Battle Card", shows battle and trade stats
#define CARD_TYPE_COUNT 3