From b7ed43bd568045f265fc96abee480ff8bb8e2177 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Thu, 3 Sep 2015 14:42:46 -0400 Subject: Make pokeyellow build correctly. --- home/copy2.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home/copy2.asm') diff --git a/home/copy2.asm b/home/copy2.asm index bd1c0f78..41ba3dea 100644 --- a/home/copy2.asm +++ b/home/copy2.asm @@ -1,10 +1,10 @@ FarCopyDataDouble:: ; 15d4 (0:15d4) ; Expand bc bytes of 1bpp image data ; from a:de to 2bpp data at hl. - ld [wd122+1],a + ld [wFarCopyDataSavedROMBank],a ld a,[H_LOADEDROMBANK] push af - ld a,[wd122+1] + ld a,[wFarCopyDataSavedROMBank] call BankswitchCommon ld a,h ; swap hl and de ld h,d -- cgit v1.3.1-sl0p