pokeplatinum/include/overlay007/communication_club.h
2025-10-29 18:59:46 -04:00

15 lines
514 B
C

#ifndef POKEPLATINUM_OV7_02249960_H
#define POKEPLATINUM_OV7_02249960_H
#include "field/field_system_decl.h"
void CommClub_StartBattleClient(FieldSystem *fieldSystem, int param1, int param2, int param3);
void CommClub_PrintChooseJoinMsg(void);
u32 CommClub_CheckWindowOpenClient(void);
void CommClub_StartBattleServer(FieldSystem *fieldSystem, int param1, int param2, int param3);
void ov7_0224B4B8(void);
u32 CommClub_CheckWindowOpenServer(void);
BOOL ov7_0224B4E4(void);
#endif // POKEPLATINUM_OV7_02249960_H