diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-03-05 14:35:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-05 14:35:42 -0500 |
commit | 3d5d298c63a88c1a581b58d44dcc3706a7799c04 (patch) | |
tree | b3ffda22967987b9d71a89322a621eff78381914 /src/berry_pouch.c | |
parent | 362cddc0f512d86af0d7e9bbf7c8edba2115c175 (diff) | |
parent | 5ab4af2d0e9e3e3c7057b4a70a10f0ff22464e14 (diff) |
Merge pull request #287 from GriffinRichards/move-strings
Move strings.s to src
Diffstat (limited to 'src/berry_pouch.c')
-rw-r--r-- | src/berry_pouch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/berry_pouch.c b/src/berry_pouch.c index 63677574b..6e1d65010 100644 --- a/src/berry_pouch.c +++ b/src/berry_pouch.c @@ -1027,7 +1027,7 @@ static void CreateNormalContextMenu(u8 taskId) Menu_InitCursor(windowId, 2, 0, 2, GetFontAttribute(2, FONTATTR_MAX_LETTER_HEIGHT) + 2, sContextMenuNumOptions, 0); windowId2 = GetOrCreateVariableWindow(6); CopySelectedListMenuItemName(data[1], gStringVar1); - StringExpandPlaceholders(gStringVar4, gOtherText_StrVar1); + StringExpandPlaceholders(gStringVar4, gText_Var1IsSelected); BerryPouchPrint(windowId2, 2, gStringVar4, 0, 2, 1, 2, 0, 1); } |