* extracted and added a bunch of assembly

This commit is contained in:
Mr Wint
2013-10-01 23:23:21 +02:00
parent 94d4c89e09
commit 255135d187
4 changed files with 41044 additions and 641 deletions

View File

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