summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home.asm15
1 files changed, 0 insertions, 15 deletions
diff --git a/home.asm b/home.asm
index f0dcd58b..8f5046c9 100644
--- a/home.asm
+++ b/home.asm
@@ -3153,21 +3153,6 @@ LoadHpBarAndStatusTilePatterns::
jp CopyVideoData ; if LCD is on, transfer during V-blank
-FillMemory::
-; Fill bc bytes at hl with a.
- push de
- ld d, a
-.loop
- ld a, d
- ld [hli], a
- dec bc
- ld a, b
- or c
- jr nz, .loop
- pop de
- ret
-
-
UncompressSpriteFromDE:: ; 36eb (0:36eb)
; Decompress pic at a:de.
ld hl, W_SPRITEINPUTPTR