diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-09 14:22:58 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-09 14:47:32 -0500 |
commit | 5a5df2ab87268c0ec8851a8a71ed088c2a04fe14 (patch) | |
tree | 44b5cc4140176c6a36369c0952b872a9cbdc036b /home | |
parent | 16c6696dd5d786eafca0beb855b55c00b25b01f4 (diff) |
More WRAM organization
Diffstat (limited to 'home')
-rw-r--r-- | home/map.asm | 2 |
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 |