mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-31 20:52:48 -05:00
13 lines
276 B
C
13 lines
276 B
C
#ifdndef GUARD_SEA_COTTAGE_H
|
|
#define GUARD_SEA_COTTAGE_H
|
|
|
|
#include "global.h"
|
|
|
|
void sub_809C1D8(u8 taskId, const u16* a1, u16 a2);
|
|
void sub_809C448(u8 a0);
|
|
void sub_809C460(void);
|
|
bool8 sub_809C474(void);
|
|
void sub_809C4A8(void);
|
|
void sub_809C5FC(void);
|
|
|
|
#endif // GUARD_SHOP_H
|