mirror of
https://github.com/pret/pokeruby.git
synced 2026-08-09 19:07:50 -05:00
11 lines
272 B
C
11 lines
272 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);
|
|
|
|
#endif
|