diff options
author | yenatch <yenatch@gmail.com> | 2015-02-10 15:14:41 -0800 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-02-10 15:14:41 -0800 |
commit | c07ed74a5dbdf7ce684ec02b546862bbcc582f5f (patch) | |
tree | 0b6248dc338caa0970dddbac4c96a8c58f2501d5 /home/time.asm | |
parent | 62b473d6c65a50134dda1511351fcab2cf476cf7 (diff) |
Blind wram labels part 4.
Diffstat (limited to 'home/time.asm')
-rw-r--r-- | home/time.asm | 8 |
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 |