diff options
author | PokeCodec <67983839+PokeCodec@users.noreply.github.com> | 2020-09-10 18:07:46 -0400 |
---|---|---|
committer | PokeCodec <67983839+PokeCodec@users.noreply.github.com> | 2020-09-10 18:07:46 -0400 |
commit | c1286c2fe2e40dc1070076ef2c69b67d07c8b867 (patch) | |
tree | be9ddf153e1b4dbcffff33e3cb318bec52c9b4e7 /src/dewford_trend.c | |
parent | 87769756f8d354a453f42e8c818dfff042400fb7 (diff) |
Change according to feedback
Diffstat (limited to 'src/dewford_trend.c')
-rw-r--r-- | src/dewford_trend.c | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/src/dewford_trend.c b/src/dewford_trend.c index 392a880ae..e0063ec1b 100644 --- a/src/dewford_trend.c +++ b/src/dewford_trend.c @@ -219,7 +219,7 @@ void BufferTrendyPhraseString(void) ConvertEasyChatWordsToString(gStringVar1, s->words, 2, 1); } -#ifndef NONMATCHING + void TrendyPhraseIsOld(void) { u8 result = 0; @@ -237,19 +237,6 @@ void TrendyPhraseIsOld(void) gSpecialVar_Result = result; } -#else -void TrendyPhraseIsOld(void) -{ - u8 result = 0; - - if (gSaveBlock1Ptr->easyChatPairs[0].unk0_0 - gSaveBlock1Ptr->easyChatPairs[1].unk0_0 < 2) - { - if (!gSaveBlock1Ptr->easyChatPairs[0].unk1_6 && gSaveBlock1Ptr->easyChatPairs[1].unk1_6) - result = 1; - } - gSpecialVar_Result = result; -} -#endif void GetDewfordHallPaintingNameIndex(void) { |