diff options
author | yenatch <yenatch@gmail.com> | 2015-08-19 21:51:04 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-08-19 21:51:04 -0700 |
commit | 9e3bd6cb9b4366ba242d828d2e3bfd7a26e588e4 (patch) | |
tree | d615807f6f4d2fd5a57d299492eb606aae174a24 /home/copy.asm | |
parent | 038166f97c7cc7466fd8012cfcb23fc013e025cd (diff) |
Label scratch space and a bunch of box lists.
Diffstat (limited to 'home/copy.asm')
-rw-r--r-- | home/copy.asm | 6 |
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 |