summaryrefslogtreecommitdiff
path: root/home/time.asm
diff options
context:
space:
mode:
authorMr Wint <MrWint42@gmail.com>2013-10-01 23:23:21 +0200
committerMr Wint <MrWint42@gmail.com>2013-10-01 23:23:21 +0200
commit255135d1878b76bf82122ade20cb1c2132553ec7 (patch)
treed3da03b03c2cf0e54ffb17b1acd3d4b8476c813d /home/time.asm
parent94d4c89e093b76a0964114bd7a370046e70e965e (diff)
* extracted and added a bunch of assembly
Diffstat (limited to 'home/time.asm')
-rw-r--r--home/time.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/home/time.asm b/home/time.asm
index fff52b173..bb2d8966b 100644
--- a/home/time.asm
+++ b/home/time.asm
@@ -192,7 +192,7 @@ Function658: ; 658
ld [StringBuffer2], a
ld a, $0
ld [$d089], a
- jr .asm_677
+ jr Function677
call UpdateTime
ld a, [hHours]
@@ -201,9 +201,9 @@ Function658: ; 658
ld [$d088], a
ld a, [hSeconds]
ld [$d089], a
- jr .asm_677
+ jr Function677
-.asm_677
+Function677
ld a, $5
ld hl, $40ed
rst FarCall