mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-06 22:28:44 -05:00
15 lines
276 B
C
15 lines
276 B
C
#ifndef GUARD_VS_SEEKER_H
|
|
#define GUARD_VS_SEEKER_H
|
|
|
|
#include "global.h"
|
|
|
|
void Task_VsSeeker_0(u8 taskId);
|
|
void sub_810CB90(void);
|
|
void sub_810CDE8(void);
|
|
int sub_810CE64(u16 a0);
|
|
bool8 sub_810CF04(u8 a0);
|
|
u8 sub_810CF54();
|
|
void sub_810D0D0(void);
|
|
|
|
#endif //GUARD_VS_SEEKER_H
|