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 e385517a1..bd83c7069 100644
--- a/home/map.asm
+++ b/home/map.asm
@@ -1425,10 +1425,10 @@ LoadTileset:: ; 2821
ld [rSVBK], a
ld a, e
- ld de, w6_d000
+ ld de, wBackupTilemap
call FarDecompress
- ld hl, w6_d000
+ ld hl, wBackupTilemap
ld de, VTiles2
ld bc, $60 tiles
call CopyBytes