summaryrefslogtreecommitdiff
path: root/include/constants/tv.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-04-02 01:49:38 -0400
committerGriffinR <griffin.g.richards@gmail.com>2021-04-02 01:49:38 -0400
commit8be2c5d60b54347c9df22410d97255d836d9fc9d (patch)
tree1b96f7bf0fdb891d2ca3700388988746a766d455 /include/constants/tv.h
parenta0b3d4df12f30442ea7d14d3e05f19327ad8f6ce (diff)
Document Contest Lady TV Show
Diffstat (limited to 'include/constants/tv.h')
-rw-r--r--include/constants/tv.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/constants/tv.h b/include/constants/tv.h
index 57da9837b..f7b091f49 100644
--- a/include/constants/tv.h
+++ b/include/constants/tv.h
@@ -19,7 +19,7 @@
#define TVSHOW_3_CHEERS_FOR_POKEBLOCKS 9
#define TVSHOW_BATTLE_UPDATE 10
#define TVSHOW_FAN_CLUB_SPECIAL 11
-#define TVSHOW_CONTEST_LIVE_UPDATES_2 12
+#define TVSHOW_LILYCOVE_CONTEST_LADY 12
// //
#define TVSHOW_POKEMON_TODAY_CAUGHT 21
#define TVSHOW_SMART_SHOPPER 22
@@ -215,4 +215,10 @@
#define TRENDWATCHER_STATE_BIGGER_FEMALE 5
#define TRENDWATCHER_STATE_OUTRO 6
+// TV Show states for the Contest Lady's Live Updates show
+#define CONTESTLADYLIVE_STATE_INTRO 0
+#define CONTESTLADYLIVE_STATE_WON 1
+#define CONTESTLADYLIVE_STATE_LOST 2
+#define CONTESTLADYLIVE_STATE_LOST_BADLY 3
+
#endif //GUARD_CONSTANTS_TV_H