mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
12 lines
301 B
C
12 lines
301 B
C
#ifndef GUARD_DEWFORDTREND_H
|
|
#define GUARD_DEWFORDTREND_H
|
|
|
|
void InitDewfordTrend(void);
|
|
void UpdateDewfordTrendPerDay(u16);
|
|
void UpdateDewfordTrendPerDay(u16 days);
|
|
bool8 sub_81226D8(u16 *a);
|
|
void ReceiveEasyChatPairsData(struct EasyChatPair *a, size_t b, u8 unused);
|
|
|
|
|
|
#endif // GUARD_DEWFORDTREND_H
|