summaryrefslogtreecommitdiff
path: root/src/field/trader.c
diff options
context:
space:
mode:
authorCameron Hall <cameronghall@cox.net>2018-01-17 18:24:33 -0600
committerCameron Hall <cameronghall@cox.net>2018-01-17 18:24:33 -0600
commit8835353325d9c7eba7664bde5d5a2d4c40c4376d (patch)
treec0d73f13b1674c54b3d2356ecf4f86055a14669b /src/field/trader.c
parent73392181fe47fd0fe5ac3702978307926a442ef4 (diff)
resolve more undefined references
Diffstat (limited to 'src/field/trader.c')
-rw-r--r--src/field/trader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field/trader.c b/src/field/trader.c
index b4732ab15..2801df322 100644
--- a/src/field/trader.c
+++ b/src/field/trader.c
@@ -108,7 +108,7 @@ void CreateAvailableDecorationsMenu(u8 taskId)
{
if (trader->unk1[i] > DECOR_REGISTEEL_DOLL)
{
- Menu_PrintText(gOtherText_FiveQuestionsAndSlash, 1, numDecorations * 2 + 2);
+ Menu_PrintText(gOtherText_FiveQuestions, 1, numDecorations * 2 + 2);
}
else
{