summaryrefslogtreecommitdiff
path: root/home/copy.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/copy.asm')
-rw-r--r--home/copy.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/home/copy.asm b/home/copy.asm
index 3cc64f091..bd944aa0b 100644
--- a/home/copy.asm
+++ b/home/copy.asm
@@ -137,15 +137,15 @@ Functione6c:: ; e6c
Functione73:: ; e73
push de
- ld a, $0
+ ld a, BANK(sScratch)
call GetSRAMBank
push bc
- ld de, $a000
+ ld de, sScratch
ld a, b
call FarDecompress
pop bc
pop hl
- ld de, $a000
+ ld de, sScratch
call Request2bpp
call CloseSRAM
ret