summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2017-12-09 14:22:58 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2017-12-09 14:47:32 -0500
commit5a5df2ab87268c0ec8851a8a71ed088c2a04fe14 (patch)
tree44b5cc4140176c6a36369c0952b872a9cbdc036b /home
parent16c6696dd5d786eafca0beb855b55c00b25b01f4 (diff)
More WRAM organization
Diffstat (limited to 'home')
-rw-r--r--home/map.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/map.asm b/home/map.asm
index 430a7b119..b66faa9ae 100644
--- a/home/map.asm
+++ b/home/map.asm
@@ -1415,7 +1415,7 @@ LoadTileset:: ; 2821
ld a, $1
ld [rVBK], a
- ld hl, w6_d600
+ ld hl, wDecompressScratch + $60 tiles
ld de, VTiles2
ld bc, $60 tiles
call CopyBytes