From ca12e16b29402bd14b2bc96a13a2cf16639a35aa Mon Sep 17 00:00:00 2001 From: entrpntr Date: Wed, 25 Mar 2020 14:11:25 -0400 Subject: Disassemble load_pics.asm and move_mon_wo_mail.asm in bank $14. --- home/gfx.asm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'home/gfx.asm') diff --git a/home/gfx.asm b/home/gfx.asm index 7c5deb51..409b0778 100644 --- a/home/gfx.asm +++ b/home/gfx.asm @@ -42,18 +42,18 @@ LoadFontsExtra:: DecompressRequest2bpp:: push de - ld a, BANK(sScratch) + ld a, BANK(sDecompressScratch) call OpenSRAM push bc - ld de, sScratch + ld de, sDecompressScratch ld a, b call FarDecompress pop bc pop hl - ld de, sScratch + ld de, sDecompressScratch call Request2bpp call CloseSRAM ret @@ -267,7 +267,7 @@ Function_ea6:: Function_eac:: push de push hl - + ; bank ld a, b -- cgit v1.2.3