mirror of
https://github.com/pret/pokeruby.git
synced 2026-03-21 17:54:19 -05:00
10 lines
206 B
C
10 lines
206 B
C
#ifndef GUARD_DEWFORDTREND_H
|
|
#define GUARD_DEWFORDTREND_H
|
|
|
|
void InitDewfordTrend(void);
|
|
bool8 sub_80FA364(u16 *a);
|
|
void ReceiveDewfordTrendData(void *, u32, u8);
|
|
void UpdateDewfordTrendPerDay(u16);
|
|
|
|
#endif
|