summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-06-06 18:23:00 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-06-06 18:23:00 -0400
commitd7a01e92e9b571b91b956cda873de89f4bf8f5f5 (patch)
tree2d59ffed7a49afebf6bfc7e7d5a11dfba1a40dca /home
parent789ebc73042e07b5e50b3cc3c17ebd1df141f000 (diff)
Remaining layout constants
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 7f15afc96..967d13af5 100644
--- a/home/map.asm
+++ b/home/map.asm
@@ -1382,7 +1382,7 @@ UpdateBGMapColumn:: ; 27f8
; unreferenced
ld hl, BGMapBuffer
- ld bc, SGBPredef - BGMapBuffer
+ ld bc, BGMapBufferEnd - BGMapBuffer
xor a
call ByteFill
ret