aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/term.asm')
-rw-r--r--src/term.asm3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/term.asm b/src/term.asm
index 10cdccc..ba9ff93 100644
--- a/src/term.asm
+++ b/src/term.asm
@@ -31,7 +31,6 @@ DEF wVram EQU $D584 ; 2
DEF wCurRow EQU $D586 ; cursor screen row 0..17
DEF wCurCol EQU $D587 ; cursor screen col 0..39
DEF wCursorOn EQU $D588 ; draw the cursor?
-DEF wCurMask EQU $D589 ; underline bits to OR into a tile's last row
DEF wRT_sr EQU $D58A ; render_tile scratch
DEF wRT_tcol EQU $D58B
DEF wRT_cL EQU $D58C
@@ -230,7 +229,7 @@ glyph_ptr:
; build_tile - build tile for tile-position DE (E=index, D=bank) from chars
; B (left) and C (right). ORs wCurMask into the last pixel row (cursor).
; -----------------------------------------------------------------------------
-build_tile:
+build_tile::
ld a, d
ld [rVBK], a ; VRAM bank for this tile
ld h, 0