summaryrefslogtreecommitdiff
path: root/src/easy_chat.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-03-31 15:53:01 -0400
committerGriffinR <griffin.g.richards@gmail.com>2021-03-31 16:08:42 -0400
commit86856098a35b58eabb74db1d41cb9a2853c6746f (patch)
tree0c102af56810d59c51b521e150ef5425032c5086 /src/easy_chat.c
parentc40fb9288cf02f2cba1b72c7377d6272a0eef6f2 (diff)
Document Dewford Trend
Diffstat (limited to 'src/easy_chat.c')
-rw-r--r--src/easy_chat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/easy_chat.c b/src/easy_chat.c
index a27e1780e..fcbd1fba3 100644
--- a/src/easy_chat.c
+++ b/src/easy_chat.c
@@ -1477,8 +1477,8 @@ void ShowEasyChatScreen(void)
break;
case EASY_CHAT_TYPE_TRENDY_PHRASE:
words = (u16 *)gStringVar3;
- words[0] = gSaveBlock1Ptr->easyChatPairs[0].words[0];
- words[1] = gSaveBlock1Ptr->easyChatPairs[0].words[1];
+ words[0] = gSaveBlock1Ptr->dewfordTrends[0].words[0];
+ words[1] = gSaveBlock1Ptr->dewfordTrends[0].words[1];
break;
case EASY_CHAT_TYPE_GABBY_AND_TY:
words = gSaveBlock1Ptr->gabbyAndTyData.quote;
@@ -2958,7 +2958,7 @@ static void SetSpecialEasyChatResult(void)
break;
case EASY_CHAT_TYPE_TRENDY_PHRASE:
BufferCurrentPhraseToStringVar2();
- gSpecialVar_0x8004 = IsPhraseTrendy(sEasyChatScreen->currentPhrase);
+ gSpecialVar_0x8004 = TrySetTrendyPhrase(sEasyChatScreen->currentPhrase);
break;
case EASY_CHAT_TYPE_GOOD_SAYING:
gSpecialVar_0x8004 = DidPlayerInputABerryMasterWifePhrase();