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 cd90c7e6c..096abc9eb 100644
--- a/home/map.asm
+++ b/home/map.asm
@@ -1278,7 +1278,7 @@ BackupBGMapColumn::
ret
UpdateBGMapRow::
- ld hl, wBGMapBufferPtrs
+ ld hl, wBGMapBufferPointers
push de
call .iteration
pop de
@@ -1309,7 +1309,7 @@ UpdateBGMapRow::
ret
UpdateBGMapColumn::
- ld hl, wBGMapBufferPtrs
+ ld hl, wBGMapBufferPointers
ld c, SCREEN_HEIGHT
.loop
ld a, e