summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-05-11 17:04:23 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-05-11 17:04:23 -0400
commit33eee136fd63ccd93bd77a82434cfe5fbad6201a (patch)
tree2a946726b3bbb16ad0bc6fda0d27605fb3dfa645
parent869501c362d35496b36cc5f4933ebf86f6212a92 (diff)
Update home.asm
-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