item effect incbins

This commit is contained in:
yenatch
2013-12-24 17:11:52 -05:00
parent 5f0e279bfa
commit 0cd1d2071f
6 changed files with 838 additions and 286 deletions

View File

@@ -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