summaryrefslogtreecommitdiff
path: root/home/gfx.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/gfx.asm')
-rw-r--r--home/gfx.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/gfx.asm b/home/gfx.asm
index 70e38911..efb0499a 100644
--- a/home/gfx.asm
+++ b/home/gfx.asm
@@ -1,6 +1,6 @@
TILES_PER_CYCLE EQU 8
-FarCopyBytesDouble_DoubleBankSwitch:: ; unreferenced
+FarDecompressBufferedPic:: ; unreferenced
ld b, a
ldh a, [hROMBank]
push af
@@ -14,7 +14,7 @@ FarCopyBytesDouble_DoubleBankSwitch:: ; unreferenced
xor a
call ByteFill
- ld hl, wUnusedBufferCF3C
+ ld hl, wFarDecompressPicPointer
ld a, [hli]
ld h, [hl]
ld l, a