wWeeklyFlags -> wDailyFlags2
These are by far not always checked each week, and as such shouldn't be called that. Since they're almost always used through the `bit` instruction, it's very inconvenient to just make wDailyFlags a `dw` instead.
This commit is contained in:
@@ -232,27 +232,27 @@ CELEBIEVENT_FOREST_IS_RESTLESS_F EQU 2
|
||||
const BIKEFLAGS_ALWAYS_ON_BIKE_F ; 1
|
||||
const BIKEFLAGS_DOWNHILL_F ; 2
|
||||
|
||||
; wDailyFlags:: ; dc1e
|
||||
; wDailyFlags1:: ; dc1e
|
||||
const_def
|
||||
const DAILYFLAGS_KURT_MAKING_BALLS_F ; 0
|
||||
const DAILYFLAGS_BUG_CONTEST_F ; 1
|
||||
const DAILYFLAGS_FISH_SWARM_F ; 2
|
||||
const DAILYFLAGS_TIME_CAPSULE_F ; 3
|
||||
const DAILYFLAGS_ALL_FRUIT_TREES_F ; 4
|
||||
const DAILYFLAGS_GOT_SHUCKIE_TODAY_F ; 5
|
||||
const DAILYFLAGS_GOLDENROD_UNDERGROUND_BARGAIN_F ; 6
|
||||
const DAILYFLAGS_TRAINER_HOUSE_F ; 7
|
||||
const DAILYFLAGS1_KURT_MAKING_BALLS_F ; 0
|
||||
const DAILYFLAGS1_BUG_CONTEST_F ; 1
|
||||
const DAILYFLAGS1_FISH_SWARM_F ; 2
|
||||
const DAILYFLAGS1_TIME_CAPSULE_F ; 3
|
||||
const DAILYFLAGS1_ALL_FRUIT_TREES_F ; 4
|
||||
const DAILYFLAGS1_GOT_SHUCKIE_TODAY_F ; 5
|
||||
const DAILYFLAGS1_GOLDENROD_UNDERGROUND_BARGAIN_F ; 6
|
||||
const DAILYFLAGS1_TRAINER_HOUSE_F ; 7
|
||||
|
||||
; wWeeklyFlags:: ; dc1f
|
||||
; wDailyFlags2:: ; dc1f
|
||||
const_def
|
||||
const WEEKLYFLAGS_MT_MOON_SQUARE_CLEFAIRY_F ; 0
|
||||
const WEEKLYFLAGS_UNION_CAVE_LAPRAS_F ; 1
|
||||
const WEEKLYFLAGS_GOLDENROD_UNDERGROUND_GOT_HAIRCUT_F ; 2
|
||||
const WEEKLYFLAGS_GOLDENROD_DEPT_STORE_TM27_RETURN_F ; 3
|
||||
const WEEKLYFLAGS_DAISYS_GROOMING_F ; 4
|
||||
const WEEKLYFLAGS_INDIGO_PLATEAU_RIVAL_FIGHT_F ; 5
|
||||
const WEEKLYFLAGS_DAILY_MOVE_TUTOR_F ; 6
|
||||
const WEEKLYFLAGS_BUENAS_PASSWORD_F ; 7
|
||||
const DAILYFLAGS2_MT_MOON_SQUARE_CLEFAIRY_F ; 0
|
||||
const DAILYFLAGS2_UNION_CAVE_LAPRAS_F ; 1
|
||||
const DAILYFLAGS2_GOLDENROD_UNDERGROUND_GOT_HAIRCUT_F ; 2
|
||||
const DAILYFLAGS2_GOLDENROD_DEPT_STORE_TM27_RETURN_F ; 3
|
||||
const DAILYFLAGS2_DAISYS_GROOMING_F ; 4
|
||||
const DAILYFLAGS2_INDIGO_PLATEAU_RIVAL_FIGHT_F ; 5
|
||||
const DAILYFLAGS2_MOVE_TUTOR_F ; 6
|
||||
const DAILYFLAGS2_BUENAS_PASSWORD_F ; 7
|
||||
|
||||
; wSwarmFlags:: ; dc20
|
||||
const_def
|
||||
|
Reference in New Issue
Block a user