summaryrefslogtreecommitdiff
path: root/home/time.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/time.asm')
-rw-r--r--home/time.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/home/time.asm b/home/time.asm
index e6c70824b..6c1aaec5f 100644
--- a/home/time.asm
+++ b/home/time.asm
@@ -191,17 +191,17 @@ Function658:: ; 658
xor a
ld [StringBuffer2], a
ld a, $0
- ld [$d089], a
+ ld [StringBuffer2 + 3], a
jr Function677
Function663:: ; 663
call UpdateTime
ld a, [hHours]
- ld [$d087], a
+ ld [StringBuffer2 + 1], a
ld a, [hMinutes]
- ld [$d088], a
+ ld [StringBuffer2 + 2], a
ld a, [hSeconds]
- ld [$d089], a
+ ld [StringBuffer2 + 3], a
jr Function677
Function677:: ; 677