diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-10-17 01:15:16 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-10-17 01:15:16 -0400 |
commit | c7d550e96c88477d0e44d957439077e8f457ff61 (patch) | |
tree | 54f11f97e4a9d4cbc4877d6c54312cb2ffd1fe37 /include/constants | |
parent | 356e6d7f084c8cd53258299759ad7ead9e12c7f3 (diff) |
Clean up wonder card/news view
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/global.h | 2 | ||||
-rw-r--r-- | include/constants/mevent.h | 2 |
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 |