diff options
| author | dannye <corrnondacqb@yahoo.com> | 2016-06-06 01:22:22 -0500 |
|---|---|---|
| committer | dannye <corrnondacqb@yahoo.com> | 2016-06-06 01:22:22 -0500 |
| commit | a070bdcb21310c7d17b4fd057852f788fdfd61ca (patch) | |
| tree | ca50135e03b11b93e4c20ae2313742fcd728f595 /home/copy.asm | |
| parent | Clean up Makefile (diff) | |
| download | pokeyellow-a070bdcb21310c7d17b4fd057852f788fdfd61ca.tar.gz pokeyellow-a070bdcb21310c7d17b4fd057852f788fdfd61ca.tar.xz pokeyellow-a070bdcb21310c7d17b4fd057852f788fdfd61ca.zip | |
Clean up white space
Diffstat (limited to 'home/copy.asm')
| -rw-r--r-- | home/copy.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/copy.asm b/home/copy.asm index 8dc2acea..d073f54c 100644 --- a/home/copy.asm +++ b/home/copy.asm @@ -24,7 +24,7 @@ CopyData:: ; 00b1 (0:00b1) dec b jr nz,.loop ret - + .copybytes ; 00c1 ld a, [hli] ld [de], a @@ -52,7 +52,7 @@ CopyVideoDataAlternate:: ; 00c8 (0:00c8) ld c,a pop af jp FarCopyData - + CopyVideoDataDoubleAlternate:: ; 00e3 (0:00e3) ld a, [rLCDC] bit 7,a ; LCD enabled? |
