diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-07-10 15:50:13 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-07-10 15:50:13 -0400 |
| commit | 992bdfe53740858eae7e40f1380b05fe4cd75d9d (patch) | |
| tree | c6f96e3183ed702bd2fc266775dff525da27d388 /home/copy2.asm | |
| parent | Yellow gfx. (diff) | |
| download | pokeyellow-992bdfe53740858eae7e40f1380b05fe4cd75d9d.tar.gz pokeyellow-992bdfe53740858eae7e40f1380b05fe4cd75d9d.tar.xz pokeyellow-992bdfe53740858eae7e40f1380b05fe4cd75d9d.zip | |
More home.asm fixes.
Change CopyVideoData/Double to CopyVideoData/DoubleAlternate and
CopyVideoData/DoubleLCDEnabled to CopyVideoData.
Also an address fix.
Diffstat (limited to 'home/copy2.asm')
| -rw-r--r-- | home/copy2.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/copy2.asm b/home/copy2.asm index a9673439..6001557c 100644 --- a/home/copy2.asm +++ b/home/copy2.asm @@ -34,7 +34,7 @@ FarCopyDataDouble:: ; 15d4 (0:15d4) call BankswitchCommon ret -CopyVideoDataLCDEnabled:: ; 15fe (0:15fe) +CopyVideoData:: ; 15fe (0:15fe) ; Wait for the next VBlank, then copy c 2bpp ; tiles from b:de to hl, 8 tiles at a time. ; This takes c/8 frames. @@ -83,7 +83,7 @@ CopyVideoDataLCDEnabled:: ; 15fe (0:15fe) ld c, a jr .loop -CopyVideoDataDoubleLCDEnabled:: ; 1636 (0:1636) +CopyVideoDataDouble:: ; 1636 (0:1636) ; Wait for the next VBlank, then copy c 1bpp ; tiles from b:de to hl, 8 tiles at a time. ; This takes c/8 frames. |
