summaryrefslogtreecommitdiff
path: root/home/map.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/map.asm')
-rw-r--r--home/map.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/map.asm b/home/map.asm
index 1185a04d1..dc2dc96f2 100644
--- a/home/map.asm
+++ b/home/map.asm
@@ -1405,10 +1405,10 @@ LoadTileset:: ; 2821
ld [rSVBK], a
ld a, e
- ld de, wBackupTilemap
+ ld de, wDecompressScratch
call FarDecompress
- ld hl, wBackupTilemap
+ ld hl, wDecompressScratch
ld de, VTiles2
ld bc, $60 tiles
call CopyBytes