summaryrefslogtreecommitdiff
path: root/engine/overworld/time.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/overworld/time.asm')
-rw-r--r--engine/overworld/time.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/overworld/time.asm b/engine/overworld/time.asm
index 1366815f..f72b653f 100644
--- a/engine/overworld/time.asm
+++ b/engine/overworld/time.asm
@@ -4,7 +4,7 @@ _InitializeStartDay:
ClearDailyTimers:
xor a
- ld [wLuckyNumberDayBuffer], a
+ ld [wLuckyNumberDayTimer], a
ld [wUnusedTwoDayTimer], a
ld [wDailyResetTimer], a
ret
@@ -190,7 +190,7 @@ UnusedCheckSwarmFlag: ; unreferenced
RestartLuckyNumberCountdown:
call .GetDaysUntilNextFriday
- ld hl, wLuckyNumberDayBuffer
+ ld hl, wLuckyNumberDayTimer
jp InitNDaysCountdown
.GetDaysUntilNextFriday:
@@ -208,7 +208,7 @@ RestartLuckyNumberCountdown:
ret
_CheckLuckyNumberShowFlag:
- ld hl, wLuckyNumberDayBuffer
+ ld hl, wLuckyNumberDayTimer
jp CheckDayDependentEventHL
DoMysteryGiftIfDayHasPassed: