summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/text.asm4
-rw-r--r--home/time.asm6
2 files changed, 5 insertions, 5 deletions
diff --git a/home/text.asm b/home/text.asm
index e010de6d4..a0b1eb644 100644
--- a/home/text.asm
+++ b/home/text.asm
@@ -2,7 +2,7 @@ ClearBox: ; fb6
; Fill a c*b box at hl with blank tiles.
ld a, " "
-.y
+Functionfb8:
push bc
push hl
.x
@@ -14,7 +14,7 @@ ClearBox: ; fb6
add hl, bc
pop bc
dec b
- jr nz, .y
+ jr nz, Functionfb8
ret
; fc8
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