mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-22 15:12:18 +13:00
Use more lb
and other clean up
This commit is contained in:
parent
891627d4ba
commit
f8a9c37a00
106 changed files with 346 additions and 326 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue