diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-05-11 17:04:23 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-05-11 17:04:23 -0400 |
commit | 33eee136fd63ccd93bd77a82434cfe5fbad6201a (patch) | |
tree | 2a946726b3bbb16ad0bc6fda0d27605fb3dfa645 | |
parent | 869501c362d35496b36cc5f4933ebf86f6212a92 (diff) |
Update home.asm
-rw-r--r-- | home.asm | 15 |
1 files changed, 0 insertions, 15 deletions
@@ -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 |