summaryrefslogtreecommitdiff
path: root/include/constants
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-03-31 16:29:42 -0400
committerGriffinR <griffin.g.richards@gmail.com>2021-03-31 16:29:42 -0400
commit771a4347309cd2f486072794d7de2c41b84c9b12 (patch)
treee5ff9c2884b23495a16ddd56c060d5de1cd7ae82 /include/constants
parent86856098a35b58eabb74db1d41cb9a2853c6746f (diff)
Label Trend Watcher TV show texts
Diffstat (limited to 'include/constants')
-rw-r--r--include/constants/tv.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/constants/tv.h b/include/constants/tv.h
index 72eae3f1c..57da9837b 100644
--- a/include/constants/tv.h
+++ b/include/constants/tv.h
@@ -206,4 +206,13 @@
#define SPOTCUTIES_STATE_RIBBON_EFFORT 14
#define SPOTCUTIES_STATE_OUTRO 15
+// TV Show states for Trend Watcher
+#define TRENDWATCHER_STATE_INTRO 0
+#define TRENDWATCHER_STATE_TAUGHT_MALE 1
+#define TRENDWATCHER_STATE_TAUGHT_FEMALE 2
+#define TRENDWATCHER_STATE_PHRASE_HOPELESS 3
+#define TRENDWATCHER_STATE_BIGGER_MALE 4
+#define TRENDWATCHER_STATE_BIGGER_FEMALE 5
+#define TRENDWATCHER_STATE_OUTRO 6
+
#endif //GUARD_CONSTANTS_TV_H