diff options
| author | YamaArashi <shadow962@live.com> | 2015-07-18 22:34:11 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-07-18 22:34:11 -0700 |
| commit | d0526c036210d2ee186a2a45feac91747ef6fb85 (patch) | |
| tree | bf8f67ee9c7edf30e3b0b37ca98f618f8aadfc85 /home/vcopy.asm | |
| parent | misc (diff) | |
| download | pokeyellow-d0526c036210d2ee186a2a45feac91747ef6fb85.tar.gz pokeyellow-d0526c036210d2ee186a2a45feac91747ef6fb85.tar.xz pokeyellow-d0526c036210d2ee186a2a45feac91747ef6fb85.zip | |
small changes
Diffstat (limited to 'home/vcopy.asm')
| -rw-r--r-- | home/vcopy.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/vcopy.asm b/home/vcopy.asm index e90accb5..8de00e38 100644 --- a/home/vcopy.asm +++ b/home/vcopy.asm @@ -51,7 +51,7 @@ RedrawExposedScreenEdge:: ; 1d01 (0:1d01) ld e,a ld a,[H_SCREENEDGEREDRAWADDR + 1] ld d,a - ld c,18 ; screen height + ld c,SCREEN_HEIGHT .loop1 ld a,[hli] ld [de],a |
