summaryrefslogtreecommitdiff
path: root/src/item_menu.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-03-05 14:35:42 -0500
committerGitHub <noreply@github.com>2020-03-05 14:35:42 -0500
commit3d5d298c63a88c1a581b58d44dcc3706a7799c04 (patch)
treeb3ffda22967987b9d71a89322a621eff78381914 /src/item_menu.c
parent362cddc0f512d86af0d7e9bbf7c8edba2115c175 (diff)
parent5ab4af2d0e9e3e3c7057b4a70a10f0ff22464e14 (diff)
Merge pull request #287 from GriffinRichards/move-strings
Move strings.s to src
Diffstat (limited to 'src/item_menu.c')
-rw-r--r--src/item_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/item_menu.c b/src/item_menu.c
index ed2988fd2..40cebc138 100644
--- a/src/item_menu.c
+++ b/src/item_menu.c
@@ -1434,7 +1434,7 @@ static void OpenContextMenu(u8 taskId)
Menu_InitCursor(r6, 2, 0, 2, GetFontAttribute(2, FONTATTR_MAX_LETTER_HEIGHT) + 2, sContextMenuNumItems, 0);
r4 = ShowBagWindow(6, 0);
CopyItemName(gSpecialVar_ItemId, gStringVar1);
- StringExpandPlaceholders(gStringVar4, gOtherText_StrVar1);
+ StringExpandPlaceholders(gStringVar4, gText_Var1IsSelected);
BagPrintTextOnWindow(r4, 2, gStringVar4, 0, 2, 1, 0, 0, 1);
}