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 2106dc5c..a5d84a5c 100644
--- a/home/map.asm
+++ b/home/map.asm
@@ -89,7 +89,7 @@ LoadMapPart:: ; 1fc8 (0:1fc8)
rst Bankswitch
call LoadMetatiles
ld a, $60
- ld hl, wTilemap
+ hlcoord 0, 0
ld bc, $168
call ByteFill
ld a, $5
@@ -1475,7 +1475,7 @@ ScrollMapUp::
ret
ScrollMapRight::
- ld hl, wTilemap
+ hlcoord 0, 0
ld de, wBGMapBuffer
call BackupBGMapColumn
ld c, $24