summaryrefslogtreecommitdiff
path: root/constants/wram_constants.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-01-22 15:59:24 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2018-01-22 15:59:24 -0500
commitefe6981a0db99aa2deeb7fbea5a51c9e40dd4138 (patch)
treedd2156fc491fe2e354f02ec6931c4373f573b4e5 /constants/wram_constants.asm
parent3a7f518de4bbced15cbf5bb877a988055de7d063 (diff)
Add daily+weekly bit flags (close issue #429)
Diffstat (limited to 'constants/wram_constants.asm')
-rw-r--r--constants/wram_constants.asm23
1 files changed, 22 insertions, 1 deletions
diff --git a/constants/wram_constants.asm b/constants/wram_constants.asm
index 59ca28c36..422334e47 100644
--- a/constants/wram_constants.asm
+++ b/constants/wram_constants.asm
@@ -17,7 +17,6 @@ AUTO_INPUT EQU $ff
const WILDMON ; 4
; Options:: ; cfcc
-
const_value set 4
const NO_TEXT_SCROLL ; 4
const STEREO ; 5
@@ -226,6 +225,28 @@ CELEBIEVENT_FOREST_IS_RESTLESS_F EQU 2
const BIKEFLAGS_ALWAYS_ON_BIKE_F ; 1
const BIKEFLAGS_DOWNHILL_F ; 2
+; wDailyFlags:: ; 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
+
+; wWeeklyFlags:: ; 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
+
; wSwarmFlags:: ; dc20
const_def
const SWARMFLAGS_BUENAS_PASSWORD_F ; 0