summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
Diffstat (limited to 'engine')
-rw-r--r--engine/color.asm5
1 files changed, 3 insertions, 2 deletions
diff --git a/engine/color.asm b/engine/color.asm
index 56b93cc75..5a050e7f2 100644
--- a/engine/color.asm
+++ b/engine/color.asm
@@ -471,7 +471,8 @@ INCBIN "baserom.gbc", $95f0, $9610 - $95f0
Function9610: ; 9610
ld de, $d000
ld c, $4
-.asm_9615
+
+Function9615: ; 9615
push bc
ld a, [hli]
push hl
@@ -481,7 +482,7 @@ Function9610: ; 9610
inc hl
pop bc
dec c
- jr nz, .asm_9615
+ jr nz, Function9615
ret
; 9625