summaryrefslogtreecommitdiff
path: root/src/easy_chat.c
diff options
context:
space:
mode:
authorhuderlem <huderlem@gmail.com>2019-11-23 09:27:02 -0600
committerGitHub <noreply@github.com>2019-11-23 09:27:02 -0600
commitbef6150b59abb23380529099016f9deef8c558ca (patch)
tree1f89af901a1f634c7547f6f3ce0bbb8faf5bbee5 /src/easy_chat.c
parente3f7f47321bbe399dfcfc422d53d9beb5caab788 (diff)
parentf039e897ca8229e6e9b104408bf48c2d4e0dcb4b (diff)
Merge pull request #909 from GriffinRichards/doc-apprentice
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();