From 5943b96cf6d5eda52df2ad689af0ac251e4e0841 Mon Sep 17 00:00:00 2001 From: Rangi <35663410+Rangi42@users.noreply.github.com> Date: Wed, 12 Nov 2025 15:44:07 -0500 Subject: Use features of RGBDS 1.0.0 (#537) --- home/copy2.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home/copy2.asm') diff --git a/home/copy2.asm b/home/copy2.asm index 9e5b1f14..1ad9fbba 100644 --- a/home/copy2.asm +++ b/home/copy2.asm @@ -161,7 +161,7 @@ CopyVideoDataDouble:: ClearScreenArea:: ; Clear tilemap area cxb at hl. - ld a, " " + ld a, ' ' ld de, SCREEN_WIDTH .loopRows push hl @@ -218,7 +218,7 @@ ClearScreen:: ld bc, SCREEN_AREA inc b hlcoord 0, 0 - ld a, " " + ld a, ' ' .loop ld [hli], a dec c -- cgit v1.3.1-sl0p