This commit is contained in:
yenatch 2013-05-29 14:49:42 -04:00
parent 2df19fef15
commit 11cb016019
1 changed files with 6 additions and 1 deletions

View File

@ -3298,7 +3298,12 @@ JpHl: ; 2fec
jp [hl]
; 2fed
INCBIN "baserom.gbc", $2fed, $300b-$2fed
JpDe: ; 2fed
push de
ret
; 2fef
INCBIN "baserom.gbc", $2fef, $300b - $2fef
ClearSprites: ; 300b
ld hl, Sprites