summaryrefslogtreecommitdiff
path: root/home/menu.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/menu.asm')
-rw-r--r--home/menu.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/menu.asm b/home/menu.asm
index 7e9d4840..ee95bd50 100644
--- a/home/menu.asm
+++ b/home/menu.asm
@@ -96,7 +96,7 @@ CopyNameFromMenu::
inc hl
inc hl
pop af
- call Function3654
+ call GetNthString
ld d, h
ld e, l
call Function317b
@@ -370,7 +370,7 @@ PlaceMenuStrings::
ld h, [hl]
ld l, a
ld a, [wMenuSelection]
- call Function3654
+ call GetNthString
ld d, h
ld e, l
pop hl