summaryrefslogtreecommitdiff
path: root/home/map.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-12-19 14:48:30 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-12-19 14:48:30 -0500
commit987ed1fafb2ed4920276089f8c93f1be3f31acac (patch)
treeee142b65e7a3a03514325258d5f3c7e9a40bd084 /home/map.asm
parent3d36f1a83711f117274c56f3ddb285d81a869bb3 (diff)
More work on slots; WRAM cleanup, Move Deleter
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