summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-06-13 22:53:33 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-06-13 22:53:33 -0400
commit4e2487c056c4dcddd3059a105e6ac89144137ab1 (patch)
tree31fec08ba9384bc5baf3895a07fa8684ff84941c /home.asm
parentca01a92880a5d71bce2bec6caa7714c8e1cf0f17 (diff)
hLCDCPointer and InitList
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/home.asm b/home.asm
index 850fe6b24..89b1b3d42 100644
--- a/home.asm
+++ b/home.asm
@@ -825,9 +825,9 @@ GetName:: ; 33c3
.done
ld a, e
- ld [wd102], a
+ ld [wUnusedD102], a
ld a, d
- ld [wd103], a
+ ld [wUnusedD102 + 1], a
pop de
pop bc
@@ -1905,7 +1905,7 @@ INCLUDE "home/battle.asm"
PushLYOverrides:: ; 3b0c
- ld a, [hFFC6]
+ ld a, [hLCDCPointer]
and a
ret z