mirror of
https://github.com/pret/pokeruby.git
synced 2024-12-11 23:03:53 +00:00
12 lines
308 B
C
12 lines
308 B
C
#ifndef GUARD_DEWFORDTREND_H
|
|
#define GUARD_DEWFORDTREND_H
|
|
|
|
#define ARRAY_2007800 ((struct EasyChatPair *)(unk_2000000 + 0x7800))
|
|
#define ARRAY_2007900 ((struct EasyChatPair *)(unk_2000000 + 0x7900))
|
|
|
|
void InitDewfordTrend(void);
|
|
void sub_80FA4E4(void *, u32, u8);
|
|
void UpdateDewfordTrendPerDay(u16);
|
|
|
|
#endif
|