mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-04-26 10:25:49 -05:00
12 lines
304 B
C
12 lines
304 B
C
#ifndef GUARD_DEWFORDTREND_H
|
|
#define GUARD_DEWFORDTREND_H
|
|
|
|
void InitDewfordTrend(void);
|
|
void UpdateDewfordTrendPerDay(u16);
|
|
void UpdateDewfordTrendPerDay(u16 days);
|
|
bool8 IsPhraseTrendy(u16 *a);
|
|
void ReceiveEasyChatPairsData(struct EasyChatPair *a, size_t b, u8 unused);
|
|
|
|
|
|
#endif // GUARD_DEWFORDTREND_H
|