summaryrefslogtreecommitdiff
path: root/engine/overworld/time.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/overworld/time.asm')
-rwxr-xr-xengine/overworld/time.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/overworld/time.asm b/engine/overworld/time.asm
index d5c45cc4..a829cd4f 100755
--- a/engine/overworld/time.asm
+++ b/engine/overworld/time.asm
@@ -92,8 +92,8 @@ CheckDailyResetTimer::
ret nc
xor a
ld hl, wDailyFlags1
- ld [hli], a
- ld [hl], a
+ ld [hli], a ; wDailyFlags1
+ ld [hl], a ; wDailyFlags2
jr RestartDailyResetTimer
StartBugContestTimer: