aboutsummaryrefslogtreecommitdiffstats
path: root/home/names2.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/names2.asm')
-rw-r--r--home/names2.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/names2.asm b/home/names2.asm
index 7b905fc5..c27739d7 100644
--- a/home/names2.asm
+++ b/home/names2.asm
@@ -88,9 +88,9 @@ GetName::
call CopyData
.gotPtr
ld a, e
- ld [wUnusedCF8D], a
+ ld [wUnusedNamePointer], a
ld a, d
- ld [wUnusedCF8D + 1], a
+ ld [wUnusedNamePointer + 1], a
pop de
pop bc
pop hl