summaryrefslogtreecommitdiff
path: root/engine/overworld
diff options
context:
space:
mode:
Diffstat (limited to 'engine/overworld')
-rwxr-xr-xengine/overworld/time.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/overworld/time.asm b/engine/overworld/time.asm
index 6324420f..2ca7e101 100755
--- a/engine/overworld/time.asm
+++ b/engine/overworld/time.asm
@@ -87,7 +87,7 @@ CheckDailyResetTimer:
call Function1183b
ret nc
xor a
- ld hl, wDailyFlags
+ ld hl, wDailyFlags1
ld [hli], a
ld [hl], a
jr asm_11867
@@ -170,12 +170,12 @@ Function118f8: ; 118f8 (4:58f8)
call Function11972
ret
- ld hl, wDailyFlags
+ ld hl, wDailyFlags1
set 2, [hl]
ret
and a
- ld hl, wDailyFlags
+ ld hl, wDailyFlags1
bit 2, [hl]
ret nz
scf