summaryrefslogtreecommitdiff
path: root/src/easy_chat.c
diff options
context:
space:
mode:
authorDeokishisu <edsaletto@gmail.com>2018-10-14 14:22:56 -0400
committerDeokishisu <edsaletto@gmail.com>2018-10-14 14:22:56 -0400
commita8afec762bbcb0da81dda5671be1f9a36792e6f4 (patch)
tree4251e0a8b0a15d9792951ed1f513517e6abe4981 /src/easy_chat.c
parentc89b14f5ef16609779f9bd85cf4e4efa090caad7 (diff)
parent02049d52ee5c9416f840d2bbb24f90e479e11f92 (diff)
Merge branch 'master' of https://github.com/pret/pokeemerald into LabelOWsProperly
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 fbf4c0e70..7d25d1430 100644
--- a/src/easy_chat.c
+++ b/src/easy_chat.c
@@ -352,7 +352,7 @@ void easy_chat_input_maybe(void)
words = &gSaveBlock1Ptr->lilycoveLady.quiz.unk_014;
break;
case 19:
- words = (u16 *)&gSaveBlock2Ptr->field_DC[0].field_0[0x28];
+ words = gSaveBlock2Ptr->apprentices[0].easyChatWords;
break;
case 20:
words = sub_801B058();