summaryrefslogtreecommitdiff
path: root/src/easy_chat.c
diff options
context:
space:
mode:
authorGriffinR <griffin.richards@comcast.net>2019-11-19 11:36:38 -0500
committerGriffinR <griffin.richards@comcast.net>2019-11-19 11:36:38 -0500
commit4e6a69c29736bd9bb81049c6944e27ce46f8333c (patch)
treefd2d25dbe5b5c0c3f3c7f2f63f8c899de727e412 /src/easy_chat.c
parenta486c8affd35bec6e3b71c8c1bfbaba2dc94ec4b (diff)
WIP Document Apprentice
Diffstat (limited to 'src/easy_chat.c')
-rw-r--r--src/easy_chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/easy_chat.c b/src/easy_chat.c
index ce5fe3c7a..32478ff1a 100644
--- a/src/easy_chat.c
+++ b/src/easy_chat.c
@@ -1320,7 +1320,7 @@ void ShowEasyChatScreen(void)
words = &gSaveBlock1Ptr->lilycoveLady.quiz.correctAnswer;
break;
case EASY_CHAT_TYPE_APPRENTICE:
- words = gSaveBlock2Ptr->apprentices[0].easyChatWords;
+ words = gSaveBlock2Ptr->apprentices[0].speechWon;
break;
case EASY_CHAT_TYPE_QUESTIONNAIRE:
words = sub_801B058();