Label scratch space and a bunch of box lists.

This commit is contained in:
yenatch
2015-08-19 21:51:04 -07:00
parent 038166f97c
commit 9e3bd6cb9b
5 changed files with 134 additions and 134 deletions

View File

@@ -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