mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-06-02 22:15:20 -05:00
9 lines
197 B
C
9 lines
197 B
C
#ifndef GUARD_DEWFORDTREND_H
|
|
#define GUARD_DEWFORDTREND_H
|
|
|
|
void InitDewfordTrend(void);
|
|
void UpdateDewfordTrendPerDay(u16);
|
|
void UpdateDewfordTrendPerDay(u16 days);
|
|
|
|
#endif // GUARD_DEWFORDTREND_H
|