summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-12-24 17:11:52 -0500
committeryenatch <yenatch@gmail.com>2013-12-24 17:11:52 -0500
commit0cd1d2071fe902fd9a7e579062698271d685e43b (patch)
treefa8890c493c13e127aebcb07728eeb8c58eff92b /engine
parent5f0e279bfafbde621830561f7a2f78171746e9d4 (diff)
item effect incbins
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