summaryrefslogtreecommitdiff
path: root/engine/mart.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 /engine/mart.asm
parent3a7f518de4bbced15cbf5bb877a988055de7d063 (diff)
Add daily+weekly bit flags (close issue #429)
Diffstat (limited to 'engine/mart.asm')
-rwxr-xr-xengine/mart.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/mart.asm b/engine/mart.asm
index ed93cbb81..0306a3e49 100755
--- a/engine/mart.asm
+++ b/engine/mart.asm
@@ -59,7 +59,7 @@ BargainShop: ; 15a84
or [hl]
jr z, .skip_set
ld hl, wDailyFlags
- set 6, [hl]
+ set DAILYFLAGS_GOLDENROD_UNDERGROUND_BARGAIN_F, [hl]
.skip_set
ld hl, Text_BargainShop_ComeAgain