Use more lb

and other clean up
This commit is contained in:
dannye 2015-08-05 16:20:29 -05:00
parent 891627d4ba
commit f8a9c37a00
106 changed files with 346 additions and 326 deletions

View file

@ -161,7 +161,7 @@ CopyVideoDataDouble::
ClearScreenArea::
; Clear tilemap area cxb at hl.
ld a, $7f ; blank tile
ld a, " " ; blank tile
ld de, 20 ; screen width
.y
push hl
@ -218,7 +218,7 @@ ClearScreen::
ld bc, 20 * 18
inc b
coord hl, 0, 0
ld a, $7f
ld a, " "
.loop
ld [hli], a
dec c