Some TV clean-up
This commit is contained in:
@@ -311,5 +311,6 @@
|
||||
#define LOCALID_MOSSDEEP_MART_CLERK 1
|
||||
#define LOCALID_SOOTOPOLIS_MART_CLERK 1
|
||||
#define LOCALID_BATTLE_FRONTIER_MART_CLERK 1
|
||||
#define LOCALID_SLATEPORT_ENERGY_GURU 25
|
||||
|
||||
#endif // GUARD_CONSTANTS_EVENT_OBJECTS_H
|
||||
|
||||
@@ -8,6 +8,14 @@
|
||||
#define POKENEWS_BLENDMASTER 4
|
||||
#define NUM_POKENEWS_TYPES 4 // Excludes NONE
|
||||
|
||||
#define POKENEWS_STATE_INACTIVE 0
|
||||
#define POKENEWS_STATE_UPCOMING 1
|
||||
#define POKENEWS_STATE_ACTIVE 2
|
||||
|
||||
// Number of days to count down until the news event occurs.
|
||||
// Nothing is aired on TV the first day
|
||||
#define POKENEWS_COUNTDOWN 4
|
||||
|
||||
// TV shows are categorized as being in one of 3 groups
|
||||
// - TVGROUP_NORMAL, TV shows that can appear without Record Mixing
|
||||
// - TVGROUP_RECORD_MIX, TV shows that can only appear via Record Mixing
|
||||
|
||||
Reference in New Issue
Block a user