diff options
Diffstat (limited to 'home/time.asm')
-rw-r--r-- | home/time.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/time.asm b/home/time.asm index 309daa01..fc5cf13d 100644 --- a/home/time.asm +++ b/home/time.asm @@ -115,7 +115,7 @@ FixTime:: ; 4de (0:04de) ld c, a ld a, [wd1dc] adc c - ld [wd1f2], a + ld [wCurDay], a ret SetTimeOfDay:: |