summaryrefslogtreecommitdiff
path: root/src/quest_log.c
diff options
context:
space:
mode:
authorscnorton <scnorton@biociphers.org>2019-01-06 15:28:10 -0500
committerscnorton <scnorton@biociphers.org>2019-01-06 15:28:10 -0500
commit2822d29c0bd7e579388f9d0772a7b5d1af430b31 (patch)
tree92f3aa48e7de16d0d9c9788294dea0a60a6593db /src/quest_log.c
parent6a064a4fa4bedaa1e46470645e175ba7d11a2e41 (diff)
through ScrCmd_bufferstring
Diffstat (limited to 'src/quest_log.c')
-rw-r--r--src/quest_log.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quest_log.c b/src/quest_log.c
index 4f462505a..a01cbde2d 100644
--- a/src/quest_log.c
+++ b/src/quest_log.c
@@ -4312,7 +4312,7 @@ u16 * sub_8114C68(u16 * a0, const u16 * a1)
const u16 * sub_8114C8C(const u16 * a0)
{
const u16 *r4 = sub_8113E88(28, a0);
- sub_8099E90(r4[0], gStringVar1);
+ CopyItemName(r4[0], gStringVar1);
StringExpandPlaceholders(gStringVar4, gUnknown_841A391);
return r4 + 1;
}
@@ -4329,7 +4329,7 @@ u16 * sub_8114CC0(u16 * a0, const u16 * a1)
const u16 * sub_8114CE4(const u16 * a0)
{
const u16 *r4 = sub_8113E88(29, a0);
- sub_8099E90(r4[0], gStringVar1);
+ CopyItemName(r4[0], gStringVar1);
StringExpandPlaceholders(gStringVar4, gUnknown_841A3DA);
return r4 + 1;
}