pokeemerald/include/cable_club.h

20 lines
381 B
C
Raw Normal View History

2017-11-04 00:59:29 +00:00
#ifndef GUARD_CABLE_CLUB_H
#define GUARD_CABLE_CLUB_H
2018-08-11 21:51:54 +00:00
#include "task.h"
2017-11-04 00:59:29 +00:00
// Exported type declarations
// Exported RAM declarations
// Exported ROM declarations
void sub_80B37D4(TaskFunc taskFunc);
2017-11-04 14:15:58 +00:00
u8 sub_80B3050(void);
2018-06-03 20:39:10 +00:00
void sub_80B360C(void);
2018-06-04 10:07:32 +00:00
bool32 sub_80B2AF4(u16 *arg0, u16 *arg1);
2018-08-11 21:51:54 +00:00
void sub_80B3AF8(u8 taskId);
2018-10-13 17:41:10 +00:00
void task00_08081A90(u8 taskId);
2017-11-04 00:59:29 +00:00
#endif //GUARD_CABLE_CLUB_H