summaryrefslogtreecommitdiff
path: root/home/map.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-03-27 12:47:28 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-03-27 12:47:28 -0400
commit93e12d200300c7320640922fe6bcebe64f942eda (patch)
tree21868005ec792f7c60b70c4482bde8adc0dea636 /home/map.asm
parent2650bcffad179be1a874bfaadccb0bb554d28096 (diff)
Split up banks 1-3 of main.asm
Diffstat (limited to 'home/map.asm')
-rw-r--r--home/map.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/map.asm b/home/map.asm
index 276ccdb73..b3c62b33a 100644
--- a/home/map.asm
+++ b/home/map.asm
@@ -1812,7 +1812,7 @@ GetBlockLocation:: ; 2a66
add 6
ld c, a
ld b, 0
- ld hl, wc801
+ ld hl, OverworldMap + 1
add hl, bc
ld a, e
srl a