Clean up wonder card/news view

This commit is contained in:
GriffinR
2021-10-17 01:15:16 -04:00
parent 356e6d7f08
commit c7d550e96c
6 changed files with 244 additions and 195 deletions
+2
View File
@@ -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
+1 -1
View File
@@ -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